![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum 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 |
| How to search for files based on the time stamp | sunny_03 | UNIX for Dummies Questions & Answers | 1 | 02-12-2008 05:45 AM |
| script needed for listing files | jayaramanit | Shell Programming and Scripting | 2 | 09-10-2007 04:17 AM |
| Copy all the files with time stamp and remove header,trailer from file | ksrams | UNIX for Dummies Questions & Answers | 35 | 07-30-2007 11:15 AM |
| Need to delete the files based on the time stamp of the file | samudha | UNIX for Dummies Questions & Answers | 2 | 06-20-2007 04:02 AM |
| How to list today's files | berlin_germany | Shell Programming and Scripting | 4 | 11-29-2006 03:50 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
script for listing files of today's time stamp
Hi,
I need to write a script,which behaves like this, Given the folder name, it should list the files with today's timestamp. Please direct me on this. Thanks. |
| Forum Sponsor | ||
|
|
|
|||
|
Re: script for listing files of today's time stamp
Quote:
$_date=$(date +%Y-%m-%d) second: $ls --full-time|awk '/'$_date'/{print $NF}' by the way:i can't express it,sorry
__________________
my Homepage: http://www.linuxsir.org |