Hi Folks
I am trying to generate a "date" sorted output file with find2perl, but looks like i can only use the ls command and not ls -ltr
How do i use the ls -ltr (sorted by date) command with find2perl? it works with the ls command, but doesn't seem to work with the ls -ltr command.
find2perl /var/prod/run/cloud1 -name "core.*" -ls > f1
The above works fine but
find2perl /var/prod/run/cloud1 -name "core.*" -ls -ltr > f1
dosen't work?