LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Listing of files on creation date (https://www.linuxquestions.org/questions/linux-general-1/listing-of-files-on-creation-date-616242/)

ZAMO 01-25-2008 06:34 AM

Listing of files on creation date
 
Hi all,

I have a directory which has some thousands of files. I want to sort out the files created on 15th january 2008. How can i get it sorted.
I need the command.

Thanks in Advance

Uncle_Theodore 01-25-2008 06:45 AM

ls -l --time-style=long-iso | grep "2008-01-15"

It will give you the last modification time, though, not the creation time. The creation time is not held in the fileystem.


All times are GMT -5. The time now is 10:57 PM.