Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created October 21, 2015 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennimckinnon/a721f8b4950388bfeec3 to your computer and use it in GitHub Desktop.
Save jennimckinnon/a721f8b4950388bfeec3 to your computer and use it in GitHub Desktop.
SSH access command to search for recently modified files.
find /home/yourdirectory/yoursite/ -mtime -2 -ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment