Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您可以使用ack --js仅在 js 文件中进行搜索。但是如果我要搜索的文件类型当前没有被 ack 识别怎么办?有什么办法可以解决吗?
ack --js
您可以通过添加以下内容来定义新类型:
--type-set=eiffel=.e,.eiffel
...到你的~/.ackrc文件。您还可以使用-a搜索(几乎)所有文件的命令行选项。
~/.ackrc
-a