M-Time A-Time C-Time command

kenergy
Contributor

If you ever need to see how much of your data has been accessed and when, this command can help. If you have over 4tb of storage I recommend using some sort of database to open this file.

find / -type f -exec stat -f ""%Sm" "%Sa" "%Sc" "%N" " {} ; > /timestamps.txt
0 REPLIES 0