Answers for "linux show last modified time of file"

3

linux show last modified time of file

stat myfilename.txt | grep "Modify"
Posted by: Guest on December-03-2020
3

linux show last modified time of file

stat foo.txt
  File: `foo.txt'
  Size: 239             Blocks: 8          IO Block: 4096   regular file
Device: 900h/2304d      Inode: 121037111   Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1000/  adrian)   Gid: (  100/   users)
Access: 2011-10-26 13:57:15.000000000 -0600
Modify: 2011-10-26 13:57:15.000000000 -0600
Change: 2011-10-26 13:57:15.000000000 -0600
 Birth: -
Posted by: Guest on April-01-2020

Code answers related to "linux show last modified time of file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language