Skip to content

Instantly share code, notes, and snippets.

@ayoayco
Created November 10, 2022 19:33
Show Gist options
  • Save ayoayco/406c1c968a5f2fe0ca87081d1337fd65 to your computer and use it in GitHub Desktop.
Save ayoayco/406c1c968a5f2fe0ca87081d1337fd65 to your computer and use it in GitHub Desktop.
delete all vim temp files recursively
find . -type f -name '*~' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment