in reply to Directory Structure.
There are already good responses with creating the dirs, but on Unix system you can do the following:
which yields:`mkdir -p VEHICLES/{CARS,BIKES}`
$ tree VEHICLES/ VEHICLES/ |-- BIKES |-- CARS 2 directories, 0 files
In Section
Seekers of Perl Wisdom