Mkdir

From LinuxSwords Wiki

Jump to: navigation, search

mkdir

create complex structure with a onliner

mkdir -p root/child1/{ab,cd,de,ef}

will create following structure

.
`-- root
    `-- child1
        |-- ab
        |-- cd
        |-- de
        `-- ef
Personal tools