Re: Question about mkdir and windows paths

2005-03-16 Thread Christopher Faylor
On Wed, Mar 16, 2005 at 10:36:02AM -0800, Peter Rehley wrote: >Hi, > >I'm using mkdir with a windows path, and it's not working the way I >expect. When I type the following command > >mkdir -p C:\\Cygwin\\tmp\hello; # cygwin and tmp already exist > >the directory is created. > >If I try the follo

Question about mkdir and windows paths

2005-03-16 Thread Peter Rehley
Hi, I'm using mkdir with a windows path, and it's not working the way I expect. When I type the following command mkdir -p C:\\Cygwin\\tmp\hello; # cygwin and tmp already exist the directory is created. If I try the following rm -rf C:\\Cygwin\\tmp\\hello mkdir -p C:\\Cygwin\\tmp\\hello\\goodbye