![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need help in sort | ali560045 | Shell Programming and Scripting | 2 | 12-04-2007 03:38 AM |
| sort | prasathlogu | UNIX for Dummies Questions & Answers | 1 | 10-08-2007 03:56 AM |
| sort help | unics | Shell Programming and Scripting | 14 | 04-30-2007 04:28 AM |
| du -h | sort ? | fongthai | Shell Programming and Scripting | 6 | 11-02-2006 04:59 PM |
| 2nd sort key | whatisthis | UNIX for Dummies Questions & Answers | 1 | 10-20-2004 07:46 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have 62000 files in a folder.
Starting from May 17 2004 till Dec 21 2005 ,files are present in this folder. I want sort these files.All 2004 files i want to keep it in a single folder called "2004_XMls" & rest files i.e 2005 files ,i am going to keep them monthwise. Just grepping "2004" or "2005" is not working & using egrep is hectic task. How can i separate all 2004 files from this folder? file format is like this: May 18 2004 Ordr_100100000197_180504183038_01.xml . . . Jan 1 2005 Ordr_100100236163_010105125149_01.xml . . any ideas on using "awk with xargs"? Regards Abhijeet |
| Forum Sponsor | ||
|
|