We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
from http://stackoverflow.com/questions/4561895/how-to-recursively-find-the-latest-modified-file-in-a-directory
find . -type f -exec stat -f "%m %N" {} ; | sort -n | tail -1 | cut -f2- -d" "
this need to be check
There was an error while loading. Please reload this page.