gpt4 book ai didi

powershell - 习惯 "grep",在 Powershell 中丢失

转载 作者:行者123 更新时间:2023-12-03 14:17:36 25 4
gpt4 key购买 nike

假设我想测试是否有一个名为“Z”的驱动器。第一步是这样的;

Get-PSProvider |  Select-Object -Property Drives

这个给我;

Drives:

...
{C, A, D, Z}
...

但是我如何继续检索驱动器并测试“Z”?我已经尝试了很多无效的变体......

BR/克里斯特

最佳答案

您可以使用 Test-Path cmdlet:

Test-Path Z:

或 Get-PSDrive cmdlet:

Get-PSDrive Z -ErrorAction SilentlyContinue

关于powershell - 习惯 "grep",在 Powershell 中丢失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7385348/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com