1

I am getting 'pwd' is not recognized as an internal or external command operable program or batch file when I am trying to check my present working directory from cmd. What should I do ?

  • 2
    Does this answer your question? [Windows equivalent to UNIX pwd](https://stackoverflow.com/questions/921741/windows-equivalent-to-unix-pwd) – Kamiccolo Dec 24 '20 at 04:07

1 Answers1

0

pwd is a Unix/Linux command. The Windows cmd equivalent is cd with no arguments.

Amadan
  • 191,408
  • 23
  • 240
  • 301
  • This works on my windows development machine. It works in cmd.exe. I'd be interested to know why it works. I did install Git Bash – AbdelrahmanU3A Dec 24 '20 at 20:16