Mar 10, 2003 #1 DKL01 Programmer Joined Sep 14, 2000 Messages 233 Location 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 Joined Jun 25, 2002 Messages 881 Location 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 Joined Jun 22, 2000 Messages 6,317 Location AU And ls -lurt to list them in reverse order of last accessed times. Annihilannic. Upvote 0 Downvote