make directory tree linux
mkdir -p htg/{articles,images,note,done}
make directory tree linux
mkdir -p htg/{articles,images,note,done}
linux make directory tree
$ mkdir -p grandparent/{parent1,parent2/{child1,child2},parent3}
# If you want just one child, you should't put curly braces
$ mkdir -p grandparent/{parent1,parent2/child1,parent3}
# first output:
# grandparent
# \__parent1
# \__parent2
# \__child1
# \__child2
# \__parent3
# seccond output:
# grandparent
# \__parent1
# \__parent2
# \__child
# \__parent3
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us