Hello,
I read where you can get file mactimes (in linux) from from just typing ls (plus a switch). I have read the man files for ls and see nothing relating to mactimes. Am I missing something?
I know that there are plenty of tools that will provide the mactimes for you, but and trying to find out how to do it from the simple ls command.
thanks,
Mark
Mark,
Cheers,
Jamie
Thanks Jamie
Mark,
Dude, I'm not sure which man pages you were looking at, but I'd take them back and get my money back if I were you. I Googled "man ls" and got this…
From http//
-c with -lt sort by, and show, ctime (time of last modification of
file status information) with -l show ctime and sort by name
otherwise sort by ctime
-t sort by modification time
-u with -lt sort by, and show, access time with -l show access
time and sort by name otherwise sort by access time
Ha, you are right, I skipped right over that.
thanks