by @kodeazy
ls is not working in windows while trying to list the files and directories of my directory
- I am trying to access the content of my folder in windows using
ls
command but I am getting below error. - To get the list of files in
windows Command prompt
usedir
instead ofls
as below.
- Other way to get the files is open
Windows PowerShell
and execute thels
command as below.