Terminal Commands

Revision as of 01:42, 22 July 2019 by Rasimsen (talk | contribs) (Created page with " '''If you add the -p flag, you can create a directory with subdirectories in a single command''' <source> mkdir -p parentdir/childdir/etc </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


If you add the -p flag, you can create a directory with subdirectories in a single command

mkdir -p parentdir/childdir/etc