-1

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

1

1 Answer 1

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
2
  • where is the create date in this? Commented Feb 9, 2016 at 9:22
  • that's not create date is it? Commented Feb 9, 2016 at 9:56

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.