Skip to content

Instantly share code, notes, and snippets.

@pauldonnelly
Created October 24, 2014 11:25
Show Gist options
  • Save pauldonnelly/cc989e0aa4c36920ba21 to your computer and use it in GitHub Desktop.
Save pauldonnelly/cc989e0aa4c36920ba21 to your computer and use it in GitHub Desktop.
Remove Everything Inside a Folder
rm -rf folder/*
OR
rm -rf folder/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment