-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ls parameters error in Windows 10 #597
Comments
It seems that the path is not set properly and it is using the |
PS adds some aliases to its way of doing things so that nix and cmd people aren't punished outright for trying PS. As such You might find common nix commands aliased to powershell but using parameters is where that helpfulness breaks down. see: Either get used to some powershell, stick to cmd, or in your PS profile if you really want you can remove defined aliases like they're files mapped to the alias drive. Just do |
Get-ChildItem : Parameter cannot be processed because the parameter name 'a' is ambiguous. Possible matches include: -Attributes
|
Get-ChildItem : Parameter cannot be processed because the parameter name 'a' is ambiguous. Possible matches include: -Attributes
I have this error what is the solution for this error. |
@Nabeel-Niaz The question is already answered here, and in the linked issue. This is how PowerShell works. If you don't want the cmdlets PowerShell defines by default, then you can either undefine them or use a different shell than PowerShell. PowerShell is not Linux, nor bash, nor etc. |
I have installed 1.2 version in Windows 10. Now I am getting this error when I use parameters in ls
Any ideas about what is going on?
The text was updated successfully, but these errors were encountered: