Skip to content

Instantly share code, notes, and snippets.

@leodutra
Created May 10, 2015 00:15
Show Gist options
  • Select an option

  • Save leodutra/7a1fb50599c28d2aecfd to your computer and use it in GitHub Desktop.

Select an option

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