LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Timestamp of file/directories (https://www.linuxquestions.org/questions/linux-software-2/timestamp-of-file-directories-267026/)

Ephracis 12-16-2004 09:07 AM

Timestamp of file/directories
 
I know that when I do a "ls -l" I can see the timestamp of when a file was last edited. But I have a directory with a lot of files in it and I want to know when it was created. How can I do that?

rjlee 12-16-2004 09:21 AM

Code:

ls -l --time=ctime


All times are GMT -5. The time now is 02:59 AM.