-1

I am searching a command that gives me the file create time in a folder.

Rui F Ribeiro
  • 56,709
  • 26
  • 150
  • 232
Leo
  • 1

1 Answers1

0

You can get information using the command stat

Example:

stat index.htm

==>

File: `index.htm'
Size: 17137 Blocks: 40 IO Block: 8192 regular file
Device: 8h/8d Inode: 23161443 Links: 1
Access: (0644/-rw-r--r--) 
Uid: (17433/comphope) Gid: ( 32/ www)
Access: 2007-04-03 09:20:18.000000000 -0600
Modify: 2007-04-01 23:13:05.000000000 -0600
Change: 2007-04-02 
16:36:21.000000000 -0600
GAD3R
  • 66,769