How to create multiple directories at once using mkdir

Background 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} See Also How to create multiple directories at once using mkdir