Comments on: How to Sort Output of ‘ls’ Command By Last Modified Date and Time https://www.tecmint.com/sort-ls-output-by-last-modified-date-and-time/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 07:31:51 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/sort-ls-output-by-last-modified-date-and-time/comment-page-1/#comment-1489786 Thu, 13 May 2021 04:21:08 +0000 http://www.tecmint.com/?p=23244#comment-1489786 In reply to Gwolo Julius.

@Gwolo,

Check these commands…

$ ls --version - prints ls command version info
$ ls -l filename  - prints owner, group and permission of file
]]>
By: Gwolo Julius https://www.tecmint.com/sort-ls-output-by-last-modified-date-and-time/comment-page-1/#comment-1489427 Wed, 12 May 2021 15:23:21 +0000 http://www.tecmint.com/?p=23244#comment-1489427 I need your help dearly.

1. What is the option to output the version information of ls?
2. What is the ls option that prints the author or a file?

]]>
By: Tik https://www.tecmint.com/sort-ls-output-by-last-modified-date-and-time/comment-page-1/#comment-1384155 Sun, 01 Nov 2020 14:58:14 +0000 http://www.tecmint.com/?p=23244#comment-1384155 Thanks a lot. I initially wanted to list files by date modified. But, you went even further and explained how to reverse the order. This seemed to make my task even easier. Thanks a lot.

]]>
By: Aaron Kili https://www.tecmint.com/sort-ls-output-by-last-modified-date-and-time/comment-page-1/#comment-1108121 Tue, 05 Mar 2019 07:14:01 +0000 http://www.tecmint.com/?p=23244#comment-1108121 In reply to Denise.

@Denise

Consult the sort man page:

$ man sort
]]>
By: Denise https://www.tecmint.com/sort-ls-output-by-last-modified-date-and-time/comment-page-1/#comment-1108054 Tue, 05 Mar 2019 03:14:32 +0000 http://www.tecmint.com/?p=23244#comment-1108054 This was very helpful, if i have a question how can i get help with the sort and pipe command?

]]>