Re: Cannot mkdir nested directories

2008-07-13 Thread Thierry Chatelet
On Saturday 12 July 2008 12:18:09 Dotan Cohen wrote: > 2008/7/12 Thierry Chatelet <[EMAIL PROTECTED]>: > > man mkdir says to use -p > > Thanks. Believe it or not, I _did_ read man mkdir, but that did not > jump out at me. Sorry for the noise. I believe you. If I had not none it, I would not have u

Re: Cannot mkdir nested directories

2008-07-12 Thread Dotan Cohen
2008/7/12 Thierry Chatelet <[EMAIL PROTECTED]>: > man mkdir says to use -p > Thanks. Believe it or not, I _did_ read man mkdir, but that did not jump out at me. Sorry for the noise. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש

Re: Cannot mkdir nested directories

2008-07-12 Thread Dotan Cohen
2008/7/12 Eugene V. Lyubimkin <[EMAIL PROTECTED]>: > You missed -p option. > Sorry, I missed that. Thanks! -- Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת A: Because it messes up the order in which people normally read text. Q

Re: Cannot mkdir nested directories

2008-07-12 Thread Thierry Chatelet
On Saturday 12 July 2008 11:38:14 Dotan Cohen wrote: > For some odd reason, the ability to create nested directories has > stopped working, but I can create single directories: > > [EMAIL PROTECTED]:~$ mkdir hello/world > mkdir: cannot create directory `hello/world': No such file or directory > [EM

Re: Cannot mkdir nested directories

2008-07-12 Thread Eugene V. Lyubimkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dotan Cohen wrote: > For some odd reason, the ability to create nested directories has > stopped working, but I can create single directories: > > [EMAIL PROTECTED]:~$ mkdir hello/world > mkdir: cannot create directory `hello/world': No such file or d

Cannot mkdir nested directories

2008-07-12 Thread Dotan Cohen
For some odd reason, the ability to create nested directories has stopped working, but I can create single directories: [EMAIL PROTECTED]:~$ mkdir hello/world mkdir: cannot create directory `hello/world': No such file or directory [EMAIL PROTECTED]:~$ mkdir hello [EMAIL PROTECTED]:~$ cd hello/ [EM