Skip to content

Instantly share code, notes, and snippets.

@ayoayco
Created September 3, 2024 18:41
Show Gist options
  • Select an option

  • Save ayoayco/cfd2b172958c33bc932e2933bb68b402 to your computer and use it in GitHub Desktop.

Select an option

Save ayoayco/cfd2b172958c33bc932e2933bb68b402 to your computer and use it in GitHub Desktop.
recursively delete all vim backup files
find -name "*~" -print -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment