bashmsys

How do I navigate my Windows folders like C drive in MSYS?


How do I navigate through my Windows folder structure within the MSYS shell? When I start the shell, all I see is a '~'. I type 'ls' and the folder is empty. I just want to know how to get to my c drive.


Solution

  • cd /c/ to access C:

    cd /d/ for D:

    etc.