Skip to content

Instantly share code, notes, and snippets.

@icemancast
Created November 27, 2011 15:31
Show Gist options
  • Save icemancast/1397701 to your computer and use it in GitHub Desktop.
Save icemancast/1397701 to your computer and use it in GitHub Desktop.
Remove a directory through terminal
rm -rf /path/to/directory (remove a directory)
rm -rf /tmp/foo (remove directory)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment