Script to sort file by access time
Hi,
I have a problem to develop a script that sort files by access time.
I've tried the command ls -ltu or stat -c "%x %n" *, but the problem is
that when i'm launching the script, the date of last access is update
with the time of the script.
Do you have an idea for this problem ?
Thanks a lot.
whizzzz
|