Quote:
Originally Posted by Reuti
Looks like it would be nice if find has an option to specify besides -depth something to sort the entries by time, either in each directory or overall.
NB: stat -c %Y "$FILE" (uppercase y) outputs the seconds directly.
|
I don't use
find in the script :S
Thanks for the tip about stat!