Skip to content

Instantly share code, notes, and snippets.

@dev1x
Created April 27, 2016 15:10
Show Gist options
  • Save dev1x/0f035de75c6e01cc44e1287311df24c8 to your computer and use it in GitHub Desktop.
Save dev1x/0f035de75c6e01cc44e1287311df24c8 to your computer and use it in GitHub Desktop.
cat $(find PATH -type f -name 'FILENAME' -printf '%T@ %p\n' | sort -n | tail -1 | cut -f2- -d" ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment