Sunday 24 December 2023

FreeBSD commands


Find the date of modified files
https://forums.freebsd.org/threads/a-script-to-get-date-time-of-file-modification.12121/

find . -type f -exec stat -t "%Y-%m" -f "%Sm %N" {} \;

No comments:

Post a Comment