How to create multiple directories at once using mkdir
DeploymentBackground
Sometimes it's useful to create a whole bunch of directories at once. Use the following command to do this Linux and the mkdir command:
mkdir -p storage/framework/{sessions,views,cache} lang-bash