The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
29 views

Why isn't Interix mkdir honoring -p argument?

I'm using Interix on Windows for Unix compatibility and am finding the -p argument to mkdir not behaving as I expect: > which mkdir C:\SFU\bin\mkdir > mkdir -p c:\Program Files\ A subdirectory ...