Creating nested folders
mkdir -p parent/{child1,child2,child3}
You can also create files into this folders.
touch !!:2/{yolo.txt,swag.txt}