Linux/file date: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with "Get file date in epoch seconds: (good for comparing date of two files) stat -c%Z myfile.txt ref: [https://unix.stackexchange.com/questions/383883/list-files-with-timestamp...")
 
(No difference)

Latest revision as of 23:11, 9 December 2022

Get file date in epoch seconds: (good for comparing date of two files)

stat -c%Z myfile.txt


ref: [1]