Hello,
I am writing a script file that uses the following find command line:
find ${DPATH} -name 'log????.21' -mtime 1|tr "\n" " "|read CURLOG PRELOG
This will find two files that have been modified in the last 24hrs.
My question is, in what order will it list those two files?
I am assuming that it will report the most recently modified file last.
In other words, say the 1st file is closed at 3:00 and the 2nd file is
closed at 5:00. It should then list the files in that order - 1st, 2nd.
While testing this, I could swear that our development system listed
them the other way around. When I ran the script on our production
box, it was just opposite (both are AIX 4.2.1).
I can't find and documentation that clears this up.
Thanks,
Mike Merriman
Sent via Deja.com http://www.deja.com/
Before you buy.