C:\RailsApps\Slambook> ls
'ls' is not recognized as an internal or external command,
operable program or batch file.
I am getting this error. Can anyone help me to resolve this issue?
C:\RailsApps\Slambook> ls
'ls' is not recognized as an internal or external command,
operable program or batch file.
I am getting this error. Can anyone help me to resolve this issue?
Your command & output is as follows:
C:\RailsApps\Slambook> ls
'ls' is not recognized as an internal or
external command, operable program or batch file.
The key issue is the error that reads, 'ls' is not recognized
as well as when your command prompt clearly shows itself to be a Windows prompt.
I am not a Windows expert, but I believe the command you are looking for is dir
.
This question & answer thread addresses the issue of how to create a workaround to allow ls
to work on Windows setups.