Skip to content

Instantly share code, notes, and snippets.

@InvisibleKind
Created January 22, 2014 12:33
Show Gist options
  • Save InvisibleKind/8557966 to your computer and use it in GitHub Desktop.
Save InvisibleKind/8557966 to your computer and use it in GitHub Desktop.
Remove backup files
find ./ -name '*~' | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment