Я использую PowerShell и хочу выполнить команду which
, однако я вижу эту ошибку:
which : The term 'which' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path
was included, verify that the path is correct and try again.
At line:1 char:1
+ which xxxxxx
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (which:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
У меня естьсделал поиск в гугле и нет конкретного ответа на мой вопрос.Кто-нибудь сталкивался с такой же ошибкой раньше и как ее исправить?