Skip to content

Instantly share code, notes, and snippets.

@vectart
Created August 23, 2010 11:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vectart/545252 to your computer and use it in GitHub Desktop.
Save vectart/545252 to your computer and use it in GitHub Desktop.
gzip changed and new files by command line
find . -type f -a -mtime -4 | xargs tar -czvf changes.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment