在Windows PowerShell中,你可以使用以下命令来在E盘模糊查找名为"ssh_config"的文件: 登录后复制 Get-ChildItem -Path E:\ -Filter *ssh_config* -Recurse 1. 原创作者: u_15950621 转载于: https://blog.51cto.com/u_15950621/11905526