andromedarabbit
5/2/2016 - 1:03 PM

Creating nested folders

Creating nested folders

See What are you top cli tools / hacks for productivity?

mkdir -p parent/{child1,child2,child3}

You can also create files into this folders.

touch !!:2/{yolo.txt,swag.txt}