最后,使用以下命令查看新创建的 man 手册页:
$ um dpkg
如你所见,dpkg 的 man 手册页看起来与官方手册页完全相同。 如果要在手册页中编辑和/或添加更多详细信息,请再次运行相同的命令并添加更多详细信息。
$ um edit dpkg
要使用 Um 查看新创建的 man 手册页列表,请运行:
$ um list
所有手册页将保存在主目录中名为 .um 的目录下
以防万一,如果你不想要某个特定页面,只需删除它,如下所示。
$ um rm dpkg
要查看帮助部分和所有可用的常规选项,请运行:
$ um --help usage: um <page name> um <sub-command> [ARGS...] -
The first form is equivalent to `um read <page name>`. -
Subcommands: um (l)ist List the available pages for the current topic. um (r)ead <page name> Read the given page under the current topic. um (e)dit <page name> Create or edit the given page under the current topic. um rm <page name> Remove the given page. um (t)opic [topic] Get or set the current topic. um topics List all topics. um (c)onfig [config key] Display configuration environment. um (h)elp [sub-command] Display this help message, or the help message for a sub-command.
配置 Um
要查看当前配置,请运行:
$ um config Options prefixed by '*' are set in /home/sk/.um/umconfig. editor = vi pager = less pages_directory = /home/sk/.um/pages default_topic = shell pages_ext = .md
在此文件中,你可以根据需要编辑和更改 pager 、editor 、default_topic 、pages_directory 和 pages_ext 选项的值。 比如说,如果你想在 Dropbox 文件夹中保存新创建的 Um 页面,只需更改 ~/.um/umconfig 文件中 pages_directory 的值并将其更改为 Dropbox 文件夹即可。
pages_directory = /Users/myusername/Dropbox/um
这就是全部内容,希望这些能对你有用,更多好的内容敬请关注! 【编辑推荐】 - 如何在Linux下锁住键盘和鼠标而不锁屏
- 在多台Linux服务器上运行命令的4个实用工具
- 如何在Linux中找到并删除重复文件
- Linux拥有了新的行为准则,但是许多人都对此表示不满
- IT断魂枪--闲聊Linux系统启动过程
【责任编辑:庞桂玉 TEL:(010)68476606】
点赞 0
(编辑:ASP站长网)
|