Skip to content

Instantly share code, notes, and snippets.

@orb
Created July 12, 2019 18:10
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 orb/be1aaec26083ea83a8efd101cc1bfbe9 to your computer and use it in GitHub Desktop.
Save orb/be1aaec26083ea83a8efd101cc1bfbe9 to your computer and use it in GitHub Desktop.
rmtilde - clean up dangling editor tmp files
#!/bin/sh
find . -type f \( -name "#*" -or -name ".#*" -or -name "*~" \) -print -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment