Skip to content

Instantly share code, notes, and snippets.

@barsukov
Last active August 29, 2015 14:27
Show Gist options
  • Save barsukov/635516aa7c8a0ce58c40 to your computer and use it in GitHub Desktop.
Save barsukov/635516aa7c8a0ce58c40 to your computer and use it in GitHub Desktop.
Recursive mkdir use -p flag instead of -R
mkdir -p foo/bar/zoo/andsoforth
p means parent :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment