0
点赞
收藏
分享

微信扫一扫

在E盘用Get-ChildItem 命令模糊找ssh_config

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

Get-ChildItem -Path E:\ -Filter *ssh_config* -Recurse

举报

相关推荐

Mac 在终端用git命令打开VS code

0 条评论