![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| listing file with other format | happyv | Shell Programming and Scripting | 3 | 06-26-2007 03:17 AM |
| Odd File Listing and unable to deleted | Jason Brice | UNIX for Dummies Questions & Answers | 3 | 05-25-2005 06:47 AM |
| Listing File Info | AkumaTay | High Level Programming | 3 | 11-08-2002 05:48 AM |
| Recursive directory listing without listing files | psingh | UNIX for Dummies Questions & Answers | 4 | 05-10-2002 07:52 AM |
| File listing | Astudent | UNIX for Dummies Questions & Answers | 5 | 10-25-2000 02:36 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
file listing ...
Hi experts,
I have several hundred files for everyday each month (below example is September)- PP023149200709010546.......PP028023200709012300 PP023150200709020023.......PP026096200709022134 .. .. PP021256200709201920.......PP025576200709202218 .. .. PP022245200709301044.......PP027734200709302348 Now how can i list ('ls' command) the files if need to see september 01 to 10 (i.e. 20070901 to 20070910). ALL files remains in same directory. please advise. Last edited by thepurple; 12-28-2007 at 01:00 AM. |
| Forum Sponsor | ||
|
|
|
|||
|
Its works...many thanks....Just one query what is difference between using "?" & "*"
I use it for December files. I notice If i use * in replace of ? i find there are some extra files showed which doesn't belong to December. The reason is the file number format- TT020071200710200555 |