Showing posts with label multiple directory in single command. Show all posts
Showing posts with label multiple directory in single command. Show all posts

Friday, September 2, 2016

Creating directory trees in unix

$ mkdir -p /test1/test2/test3

It will create directory trees like below

$ cd /test1/test2/test3
$ pwd
/test1/test2/test3