Command-Line Basics
Create mulitple subdirectories using mkdir
Often times I am in need of creating a base directory which contains one or more sub directories. Of course, one could run the mkdir command for each and every directory you whish to create. Or you could use one command and have mkdir create all directories, including the base Read more…