Skip to content

Instantly share code, notes, and snippets.

@leandroh
Created April 2, 2014 13:29
Show Gist options
  • Save leandroh/9934112 to your computer and use it in GitHub Desktop.
Save leandroh/9934112 to your computer and use it in GitHub Desktop.
remove all files except any one
#!/usr/bin/env /bin/sh
find . ! -name 'except_this' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment