Skip to content

Instantly share code, notes, and snippets.

@jonezy
Created August 13, 2010 16:58
Show Gist options
  • Save jonezy/523198 to your computer and use it in GitHub Desktop.
Save jonezy/523198 to your computer and use it in GitHub Desktop.
#deletes all files in the current directory except 5.txt)
rm -rf $(ls | grep -v 5.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment