Skip to content

Instantly share code, notes, and snippets.

@leodutra
Created May 10, 2015 00:15
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 leodutra/7a1fb50599c28d2aecfd to your computer and use it in GitHub Desktop.
Save leodutra/7a1fb50599c28d2aecfd to your computer and use it in GitHub Desktop.
Remove GEdit Linux Text Editor Tilde Backup Files (ended with "~")
cd /home
rm -i `find -name '*~'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment