Listing Full Timestamps with ls in Linux
ls –full-time
I was reading a man page for ls command and noticed a very interesting command line option. It appears that full-time option is available in Linux, but not in MacOS. Need to check later to confirm if it’s a Linux-only or filesystem specific option.
Default ls -al Behavior
Here’s how a typical long form of ls looks:
Listing full timestamps
And this is the full timestamps:
Seems pretty cool, right?
See Also
- ls
- Use colors in ls output
- Basic Unix commands
- Unix commands
- Basic Linux commands
ls –full-time
I was reading a man page for ls command and noticed a very interesting command line option. It appears that full-time option is available in Linux, but not in MacOS. Need to check later to confirm if it’s a Linux-only or filesystem specific option.
Default ls -al Behavior
Here’s how a typical long form of ls looks:
Listing full timestamps
And this is the full timestamps:
Seems pretty cool, right?
See Also
- ls
- Use colors in ls output
- Basic Unix commands
- Unix commands
- Basic Linux commands