![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shell script help to eliminate files of todays date | richM | Shell Programming and Scripting | 2 | 04-20-2009 04:40 AM |
| Comparing the file drop date with todays date | Rajneel | Linux | 3 | 03-26-2009 05:06 AM |
| using todays date to create a report using grep | MBN | Shell Programming and Scripting | 3 | 11-02-2008 04:14 AM |
| List certain file in a folder and make list | andrisetia | UNIX for Dummies Questions & Answers | 1 | 09-15-2008 02:21 PM |
| want to delete timestamp from todays file | maverick | Shell Programming and Scripting | 5 | 11-07-2003 08:07 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How to list todays file
Code:
Hi Friends, How to list todays file from a directory listing of files for amny dates. I tried with the following options but not working : |
|
||||
|
HI Rakesh,
afraid...not working. itried other options in the above command line as well but not getting the desired results. is there anyway i can match todays date Jul 17 with the ls -lrt command date and extract file like : date | awk '{print $2}' | cut -c 1-3 > this command will return Jul date | awk `{print $3}` > will return 17 ls -lrt esi01v* | awk '{print $6 $7}' > will return Jul 17 is it possible to concatenate the first 2 match with the 3rd and list files |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|