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
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
2 matches
Mail list logo