将信息添加到bash脚本中的最佳方法是什么?
whatis
捡起?
解决方法 whatis从whatis数据库获取所有信息,这是使用命令makewhatis生成的.有两种方法可以将条目添加到数据库中.
>创建并安装程序或脚本的手册页,然后运行makewhatis.
>手动编辑whatis数据库.(不建议)
makewhatis从命令手册页的name部分获取第一行.
whatis数据库在我的机器上的位置是/usr/share / man / whatis,这是它的样子.
ABORT(7) - abort the current transactionALTER_AGGREGATE(7) - change the deFinition of an aggregate functionALTER_ColLATION(7) - change the deFinition of a collationALTER_CONVERSION(7) - change the deFinition of a conversion...Ping(8) - send ICMP ECHO_REQUEST packets to network hosts...
这是man Ping的输出
name Ping -- send ICMP ECHO_REQUEST packets to network hostsSYnopSIS Ping [-AaCDdfnoQqRrv] [-b boundif] [-c count] [-G sweepmaxsize]总结
以上是内存溢出为你收集整理的linux – 将whatis钩子添加到bash脚本中全部内容,希望文章能够帮你解决linux – 将whatis钩子添加到bash脚本中所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)