![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sort files by date | itik | Linux | 1 | 06-02-2008 06:25 PM |
| sort files by date, delete oldest, if total size bigger than | scarfake | Shell Programming and Scripting | 2 | 05-21-2008 08:02 AM |
| loop through the directory for files and sort by date and process the first file | dsdev_123 | AIX | 1 | 01-30-2008 05:31 PM |
| Sort files by Date-timestamps available in filename & pick the sortedfiles one by one | Chindhu | Shell Programming and Scripting | 4 | 08-10-2007 07:54 AM |
| capture all the today files | Teh Tiack Ein | Shell Programming and Scripting | 3 | 07-28-2005 06:30 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Sort files by date, not showing files from today
Hi all,
i'm new here in this forum. I really like the helpful answers in this forum. Here a short question. For a script i have to sort files by date and exclude the files of the actual date. Sorting the files by date and preparing the output for awk is done by this line: ls -l Transfer*.log | awk '{ print $6 $7"08 " $9}' | sort -k 1,1 | awk '{print do my comand}' | csh Is there a easy way to extend this one liner to exclude files of the actual day. Many thanks for all you input. Carlos Di Vega |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|