← Back to context

Comment by apples_oranges

12 days ago

But can't be bothered to avoid Palantir or Microsoft.. that would be TOO tough! Learn all those new buttons (once) and that confusion with ~ instead of C:\. Oh the difficulties! :D

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`

      1 reply →