/ Published in: Bash
Given the legal path of a nonexistent directory, create that path and directory.
Expand |
Embed | Plain Text
mkdir -p /Users/Shared/Desktop/homer/marge/bart/lisa/maggie/snowball2 #or, in a .bash_profile alias mkdir="mkdir -p "
You need to login to post a comment.
