Skip to content

Instantly share code, notes, and snippets.

@tuttelikz
Created January 21, 2018 08:06
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 tuttelikz/e18a60d321dc0ef2d70f0bc9a4e0c7eb to your computer and use it in GitHub Desktop.
Save tuttelikz/e18a60d321dc0ef2d70f0bc9a4e0c7eb to your computer and use it in GitHub Desktop.
#Bash to delete with user confirmation
rm /path/to/directory/*
#Bash to delete without asking
rm -rf /path/to/directory/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment