Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Your analogy kind of falls on its face considering `C:\` is `/` not `~` which would be `%USERPROFILE%`.




How do I get to d:\apps from c:\

It depends on your shell. I think MINGW bash has `/mnt`? maybe it's just `/c`, `/d`, etc.? but for cmd, it's the command `cd D:\apps && D:` and powershell handles it gracefully with one command for drive changing `cd D:\apps`

So cd /path/to/ and cd /d c:\path\to\d:\path\?



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: