Zend certified PHP/Magento developer

Create nested directory from parent directory with bash

  • I would do that:
    • mkdir firstFolder

then:
mkdir firstFolder/secondFolder
=>here the error occurs => the command line interface return me “incorrect syntax”.
I am using bash upon Cmdr, in Windows 7.

so far the command line interface returns me an error,

thanks for any hint