Mar 10, 2003 #1 DKL01 Programmer Sep 14, 2000 233 US Hi, I'm not expert in Unix commands. I'm wondering which option of ls provides list of files sorted by timestamp. I really appreciate any suggestions. Thanks
Hi, I'm not expert in Unix commands. I'm wondering which option of ls provides list of files sorted by timestamp. I really appreciate any suggestions. Thanks
Mar 10, 2003 #2 Morsing Technical User Jun 25, 2002 881 GB 'ls -lt' and 'ls -ltr' if you want them in reverse order. Cheers Henrik Morsing Certified AIX 4.3 Systems Administration & p690 Technical Support Upvote 0 Downvote
'ls -lt' and 'ls -ltr' if you want them in reverse order. Cheers Henrik Morsing Certified AIX 4.3 Systems Administration & p690 Technical Support
Mar 10, 2003 #3 Annihilannic MIS Jun 22, 2000 6,317 AU And ls -lurt to list them in reverse order of last accessed times. Annihilannic. Upvote 0 Downvote