Skip to content

Instantly share code, notes, and snippets.

@wyattdanger
Created April 14, 2011 20:07
Show Gist options
  • Save wyattdanger/920369 to your computer and use it in GitHub Desktop.
Save wyattdanger/920369 to your computer and use it in GitHub Desktop.
recursively nukes vim backup files
find ./ -name '.*.sw*' -exec rm -v '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment