How can I use ls in linux to get a listing of filenames date and size only. I don't need to see the other info such as owner or permission. Is this possible?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
||||
|
|
|
Why not use
|
|||||||||||
|
|
You can get a lot of control about how you list files with the For example:
The argument to the |
|||
|
|
|
You could always use another utility like
1.Yes, generally, you shouldn't parse the output of ls but in this case the question specifically calls for it... |
|||||||||
|