Find the date of modified fileshttps://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