我想--include
通过执行man grep
. 但是没有找到该部分。我在网页上找到了信息,而不是GNU Grep
是否有任何其他命令可以查看grep
包含该--include
功能信息的文档?
Ste*_*itt 13
大多数 GNU 软件都完整地记录在info
手册中,而不是传统的手册页中。要访问它,请使用info
:
info grep
Run Code Online (Sandbox Code Playgroud)
然后您可以在文档中导航。这在末尾提到grep(1)
:
完整文档
提供完整的手册。如果您的站点正确安装了 info 和 grep 程序,则命令
Run Code Online (Sandbox Code Playgroud)info grep
应该可以让您访问完整的手册。
(不过,当前的grep
联机帮助页确实提到--include
了,尽管很简短。)