Linux/file date

From Omnia
Revision as of 23:11, 9 December 2022 by Kenneth (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

stat -c%Z myfile.txt


ref: [1]