Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'pwd' is not recognized as an internal or external command operable program or batch file [closed]

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.

I have already set the environment variable path. Still I am getting the issue. ping, cmd is working fine.

Please help. thanks in advance

like image 248
Sanil Jain Avatar asked Oct 09 '17 03:10

Sanil Jain


2 Answers

pwd is a linux command, won't work in windows.

In windows just run cd without passing any arguments

like image 99
Ramanlfc Avatar answered Sep 18 '22 16:09

Ramanlfc


'pwd' works on "windows Powershell" instead of "command prompt/cmd" from windows 10

like image 20
Vamsi Muvvala Avatar answered Sep 20 '22 16:09

Vamsi Muvvala