Skip to content

Instantly share code, notes, and snippets.

@roopeshvaddepally
Created January 14, 2011 07:35
Show Gist options
  • Save roopeshvaddepally/779318 to your computer and use it in GitHub Desktop.
Save roopeshvaddepally/779318 to your computer and use it in GitHub Desktop.
Remove all files ending with '~'
find ~ -regex .*~$ -exec rm '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment