http://qs321.pair.com?node_id=1186666


in reply to Directory Structure.

There are already good responses with creating the dirs, but on Unix system you can do the following:
`mkdir -p VEHICLES/{CARS,BIKES}`
which yields:
$ tree VEHICLES/ VEHICLES/ |-- BIKES |-- CARS 2 directories, 0 files