博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
man -k, man -f : nothing appropriate ; 更新 whatis 数据库
阅读量:5303 次
发布时间:2019-06-14

本文共 513 字,大约阅读时间需要 1 分钟。

man 有两个选项:

-f, –whatis Equivalent to whatis. Display a short description from the manual page, if available. See whatis(1) for details. -k, –apropos Equivalent to apropos. Search the short manual page descriptions for keywords and display any matches. See apropos(1) for details.

当我们使用的时候,如果没有建立whatis 数据库 就会出现 nothing appropriate 的信息;

我们可以使用 ;

当然也可以使用

mandb - create or update the manual page index caches

之后你就可以进行使用关键字进行搜索了;

简单记录,防止遗忘;如果对您有帮助,请点击推荐给予鼓励吧~

 

转载于:https://www.cnblogs.com/xuyaowen/p/mandb-index.html

你可能感兴趣的文章
「 Luogu P2285 」打鼹鼠
查看>>
lua语言入门之Sublime Text设置lua的Build System
查看>>
vue.js基础
查看>>
电脑的自带图标的显示
查看>>
[转载] redis 的两种持久化方式及原理
查看>>
C++ 删除字符串的两种实现方式
查看>>
ORA-01502: 索引'P_ABCD.PK_WEB_BASE'或这类索引的分区处于不可用状态
查看>>
Java抽象类和接口的比较
查看>>
开发进度一
查看>>
MyBaits学习
查看>>
管道,数据共享,进程池
查看>>
CSS
查看>>
[LeetCode] 55. Jump Game_ Medium tag: Dynamic Programming
查看>>
[Cypress] Stub a Post Request for Successful Form Submission with Cypress
查看>>
程序集的混淆及签名
查看>>
判断9X9数组是否是数独的java代码
查看>>
00-自测1. 打印沙漏
查看>>
UNITY在VS中调试
查看>>
SDUTOJ3754_黑白棋(纯模拟)
查看>>
Scala入门(1)Linux下Scala(2.12.1)安装
查看>>