Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created October 21, 2015 00:54
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/a0f6f3c95a4352cc0acc to your computer and use it in GitHub Desktop.
Save jennimckinnon/a0f6f3c95a4352cc0acc to your computer and use it in GitHub Desktop.
SSH access command to search for recently modified files in the last 10 days.
find /home/yourdirectory/yoursite/ -mtime -10 -ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment