Find most recently modified file in a dir tree
find . -type f -printf '%T@ %p\n' | sort -n | tail -1 | cut -f2- -d" "
This blog is about my programming learning track, about all things software programming that I do everyday. The posts here are a place holder for my learning notes. Hope you find it useful.
No comments:
Post a Comment