Skip to primary content

42

Web notebook about thoughts and discoveries in DevOps, SRE, Software Engineering….

42

Main menu

  • Home
  • About
  • contact
  • Links

Post navigation

← Previous Next →

Make multiple directories with one command in Linux

Posted on 5 October 2020 by kosmas
Email this to someone
email
Share on Facebook
Facebook
Tweet about this on Twitter
Twitter
Share on LinkedIn
Linkedin

Use the following to create multiple directories with one command in Linux.

1
mkdir -p main_folder/{one,two,three,four}

This entry was posted in ruby on rails by kosmas. Bookmark the permalink.
Proudly powered by WordPress