How to find a file and print the name, path and date and time it was last accessed...
Change filename to be the file you want, with optional wildcards. (Use -iname for case insensitive search).
find . -name-printf "%p %AD %AH:%AM\n"
This site is now archived. My new coding posts are here http://justinhj.github.io
find . -name-printf "%p %AD %AH:%AM\n"
1 comment:
Thanks greatt post
Post a Comment