在Windows PowerShell中,你可以使用以下命令来在E盘模糊查找名为"ssh_config"的文件:

Get-ChildItem -Path E:\ -Filter *ssh_config* -Recurse
  • 1.