# -+- number -+- category -+- title -+- email -+- name -+- homepage -+- clickOnName -+- language -+- image -+- browser-used -+- security-cookie =0 -+- 2000-05-19:1 -+- UNIX Basics -+- How to create many subdirectories in one time -+- pascal.mulier@francetelecom.fr -+- Pascal Mulier -+- -+- email -+- English -+- -+- Mozilla/4.5 [fr] (Win95; I) -+- 9458 Sometimes, we want to create 2 or 3 (or more) directories at the same time.
For example, you are in "rep1" directory ("rep1" doesn't contain any subdirectory) and want to create rep1/rep2/rep3
With "p" option of the mkdir command , it's very easy :

mkdir -p rep1/rep2/rep3