Ad

muhammad
asked Jun 12 2018
Answer
you can use the below command to list the files inside your current directory based on it's creation time
ls -l --sort=time

parthiban
asked Jun 18 2018
edited Oct 05 2018
Thanks, Muktinath Yatra

miragill
asked Sep 18 2023
edited Sep 19 2023
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?