gpt4 book ai didi

grep 多个扩展当前文件夹和子文件夹

转载 作者:行者123 更新时间:2023-12-02 02:10:24 42 4
gpt4 key购买 nike

我正在尝试 grep 当前文件夹和所有子文件夹中的多个扩展名。

grep -i -r -n 'hello' somepath/*.{php,html}

这只是 grep 当前文件夹,而不是子文件夹。

这样做的好方法是什么?

最佳答案

仅使用 grep:

grep -irn --include='*.php' --include='*.html' 'hello' somepath/

关于grep 多个扩展当前文件夹和子文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1639985/

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