gpt4 book ai didi

Windows 等效于 Unix find 命令以搜索多种文件类型

转载 作者:可可西里 更新时间:2023-11-01 11:54:49 25 4
gpt4 key购买 nike

虽然在 Windows 中安装了一个 cygwin 提供了大部分 unix 命令,但我仍然想知道如何使用 Windows“查找”命令在一个命令中搜索多个文件类型。
即:查找。 -name *.cpp -o -name *.h -o -name *.java

上面的命令为我提供了所有 cpp、h 和 java 的列表,使用 windows find 的等效项是什么?

最佳答案

这将在当前工作目录和所有子目录中找到具有给定扩展名的所有文件:

dir *.cpp *.h *.java /b/s

参见 https://technet.microsoft.com/en-us/library/cc755121.aspx有关使用 dir 的更多信息。

关于Windows 等效于 Unix find 命令以搜索多种文件类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6285148/

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