Skip to content

Instantly share code, notes, and snippets.

@netdesignr
Created June 14, 2018 15:12
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 netdesignr/c3764d3268679991012691ae66099e37 to your computer and use it in GitHub Desktop.
Save netdesignr/c3764d3268679991012691ae66099e37 to your computer and use it in GitHub Desktop.
MacOS Terminal Commands
# Create directory
mkdir < dirname >
# Remove directory
rm < dirname >
# Remove directory if it's not empty
sudo rm -r < dirname >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment