在Windows PowerShell中,你可以使用以下命令来在E盘模糊查找名为"ssh_config"的文件:
Get-ChildItem -Path E:\ -Filter *ssh_config* -Recurse
在E盘用Get-ChildItem 命令模糊找ssh_config
阅读 35
2024-09-03
在Windows PowerShell中,你可以使用以下命令来在E盘模糊查找名为"ssh_config"的文件:
Get-ChildItem -Path E:\ -Filter *ssh_config* -Recurse
相关推荐
精彩评论(0)