Perl_Sheep has asked for the wisdom of the Perl Monks concerning the following question:

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?

Replies are listed 'Best First'.
Re: find2perl question (ls -dils only, not ls -ltr)
by Anonymous Monk on Sep 23, 2013 at 22:31 UTC