Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Trouble list out files
Name: Jim Date: December 11, 2003 at 11:34:33 Pacific OS: Sum CPU/Ram: E10k
Comment:
Hello All I have a simple problem but so some reason I can't get it to work. I have a directory that has lots of files but I only want to list out some of them example of them are UMLBI001.ksh umlbr000.ksh umlbr001.ksh umlbr002.ksh umlbr003.ksh umlbr004.ksh I thought I could use ls ^[Uu]*.ksh but I get an error "^[Uu]*.ksh: No such file or directory" Any Help would be great Thanks Jim
Summary: Hi all, i want to listing the file group by file extenstion (type) i have 4 .csh and 2 .txt and 3 csv file in my current dirm i want to know only the type of file extenstion like this csh txt csv i t...
Summary: Hi , Thanks for quick reply. I won't be able to use the "ls -last dir/*" command, since the file is generated by doing an FTP to a remote server and listing the files using ls command. The FTP protoco...