Skip to content

Instantly share code, notes, and snippets.

@khoatran
Created May 23, 2017 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khoatran/a665a2c86d226b7ad86cd0fb2a642312 to your computer and use it in GitHub Desktop.
Save khoatran/a665a2c86d226b7ad86cd0fb2a642312 to your computer and use it in GitHub Desktop.
Delete all files and folder except one
shopt -s extglob
rm -rf !(file-or-folder-name-to-keep)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment