Skip to content

Instantly share code, notes, and snippets.

@reimai
Created January 26, 2016 13:39
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 reimai/28b57469e243933c3f0c to your computer and use it in GitHub Desktop.
Save reimai/28b57469e243933c3f0c to your computer and use it in GitHub Desktop.
If you're desperate for disk space
for d in `find . -name target`; do find $d -type f; done | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment