Skip to content

Instantly share code, notes, and snippets.

@andrewmackrodt
Created June 24, 2013 08:33
Show Gist options
  • Select an option

  • Save andrewmackrodt/5848583 to your computer and use it in GitHub Desktop.

Select an option

Save andrewmackrodt/5848583 to your computer and use it in GitHub Desktop.
Terminal Commands
# delete archived log files
sudo find . -type f -regextype posix-extended -iregex '.+\.(bz2|[gx7]z|old|zip|[0-9])' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment