0

list files on created time

Hi there, i want to list files inside my directories and sort it out based on its created time. How can i do it using a command in linux?

CentOS Basic Commands Linux Add a comment
muhammad
asked Jun 12 2018

Answer

0

you can use the below command to list the files inside your current directory based on it's creation time

ls -l --sort=time
Add a comment
parthiban
asked Jun 18 2018
edited Oct 05 2018
Post your Answer
0

Thanks, Muktinath Yatra

Add a comment
miragill
asked Sep 18 2023
edited Sep 19 2023
Post your Answer