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

Share this article

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top