Skip to content

Instantly share code, notes, and snippets.

@paperdarwin
Created February 9, 2015 15:12
Show Gist options
  • Save paperdarwin/9f9b93882d8be53b59ea to your computer and use it in GitHub Desktop.
Save paperdarwin/9f9b93882d8be53b59ea to your computer and use it in GitHub Desktop.
move 5 day old files into archive
find /home/tsv3/public/screenshots* -mtime +5 -exec mv '{}' /home/tsv3/public/archive/ \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment