Skip to content

Instantly share code, notes, and snippets.

@mbigatti
Created December 4, 2014 10:14
Show Gist options
  • Save mbigatti/98ce94262a10f26afbed to your computer and use it in GitHub Desktop.
Save mbigatti/98ce94262a10f26afbed to your computer and use it in GitHub Desktop.
Archive and delete multiple log files.
zip $(date +%Y%m%d) *.log*; rm -f *.log*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment