Skip to content

Instantly share code, notes, and snippets.

@NapoleonWils0n
Created November 2, 2012 01:53
Show Gist options
  • Save NapoleonWils0n/3998165 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/3998165 to your computer and use it in GitHub Desktop.
bash: make a directory including intermediate directories
# Make directory including intermediate directories
mkdir -p a/long/directory/path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment