in reply to stat on find output
find /sasdata/it/development/sasmonitoring/code -type f |perl -e 'while (<>) {chomp;$l=$_;@d=localtime((stat($l))[8]);printf "%4d%02d%02d %s\n",$d[5]+1900,$d[4]+1,$d[3],$l}'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: stat on find output
by hitesh_ofdoon (Initiate) on Oct 19, 2009 at 21:49 UTC |