Created
March 7, 2016 08:05
-
-
Save andreyshuster/4f1dd6cc0289746e95a8 to your computer and use it in GitHub Desktop.
delete emacs temp files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find ./ -name '*~' -exec rm '{}' \; -print -or -name ".*~" -exec rm {} \; -print |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment