Which command creates pastry/pies/cakes even when the parent directories do not yet exist?
pastry/pies/cakes
touch pastry/pies/cakes
mkdir -p pastry/pies/cakes
rmdir -p pastry/pies/cakes
mkdir -r pastry/pies/cakes