ls
is not a typical command you use in Powershell. Try running the following:
Get-ChildItem -Force
I would also strongly recommend installing GitBash - https://about.gitlab.com/blog/git-command-line-on-windows-with-git-bash/
This will allow you to use linux like commands.