红联Linux门户
Linux帮助

Linux下使用“Man”的7大诀窍

发布时间:2011-02-02 16:29:50来源:红联作者:tuhaihe
Man 帮助页几乎是所有Unix 和类Unix操作系统预装的扩展文档。每一页都自含文档。

Man的用法[code]man <命令名>[/code]1,创建man帮助页的pdf版本[code]man -t manpage | ps2pdf - filename.pdf[/code]很快捷。必须安装ps2pdf 和 Ghostscript才行。

2,Colorful man[code]apt-get install most && update-alternatives -set pager /usr/bin/most[/code]该命令安装“most”,并使该命令作为默认的man 阅读器。most 和less(man 现版本的阅读器) 很相似,可以做更多的事情。读一下“man most”.

通过此页查看预期效果:http://www.dicas-l.com.br/dicas-l/20090718.php

3),打印man page[code][code]man -t man | lp[/code][/code]
man -t 产生man帮助页的一个 postscript 文档。可以通过“管道|”送到ls,直接打印。

4,关键词搜索man帮助页

man -k <关键词>
不知道在哪查询信息的时候,这个命令很有用。

5,显示文件系统层次

man hier
对 /bin, /usr/bin, 和 /usr/local/bin等等之间的不同感到好奇?在/sbin到底有什么?试试这一命令吧,你会得到答案。
已在Redhat 和OSX下测试通过。

6),把 “man page” 转成文本文件

man ls | col -b > ~/Desktop/man_ls.txt
把任何UNIX man帮助页都能转成.txt

7,从 manpage 启动命令

!date
在manpage帮助页内启动命令,vim格式。虽然很琐碎,但是功能很强大。

给大家提出的这几点,大家慢慢体会吧~

来源『UrFix’s Blog』,本文由Bentutu.com编辑,转载注明出处 http://bentutu.com/?p=828
文章评论

共有 111 条评论

  1. 392120333 于 2014-11-15 23:54:55发表:

    不错。学习了

  2. mutou1991 于 2014-09-25 17:18:46发表:

    受教了

  3. Mekutochi1 于 2014-09-24 10:35:15发表:

    sp;
    Students are representatives of a specific culture This civilization can be characterized with the support of certain criteria for well for all other cultures on globe As a conviction,folk try to analyze the affect of certain aspects existing in life of ordinary students aboard their learning and success in life. Negative affect of drugs and brandy is presumably with regard to forever folk The student civilization should be analyzed in terms of affect of other cultures and movements aboard actions and decisions made by students. In this love many subcultures and individuals influence life and preferences of students.
    Celebrities and student culture
    Celebrities can be considered influential among terms of their actions and decisions copied along other folk Though students are never the only representatives of human civilization to duplicate some deeds of celebrities, they ought be analyzed with regard to their own lifestyle and attempts to duplicate noteworthy folk The maximum prevailing facet to replica is the fashion and clothes: form and cilia are integral parts of the celebrities’ image.
    Politics and student culture
    Sometimes, students are influenced forward alter decisions made by politics and alter leaders. As a principle representatives of student civilization can establish their own aboriginal ideas and demonstrate their opinions along means of peaceful demonstrations. Moreover, their decisions can be influenced onward some events namely take place among the political, cultural, and financial life of the nation.
    Religious leaders and student culture
    There are change people who can influence students among terms of their actions and decisions. Religion namely considered an of the least influential areas of human movement However, some students are really religious and can do something afterward being inspired forward religious leaders. In this admire student civilization incorporates many characteristics of other cultures and people.

  4. blueszcd 于 2014-09-12 19:24:33发表:

    感谢分享,对于linux新手来说帮助很大,谢谢分享,楼主辛苦了

  5. blueszcd 于 2014-09-12 19:22:50发表:

    感谢分享,对于linux新手来说帮助很大,谢谢分享,楼主辛苦了

  6. charleskao 于 2014-09-06 09:06:45发表:

    man已经被info替代了,当然现在有更强大的cheat!

  7. 木瓜豆籽 于 2014-09-06 08:25:26发表:

    支持一下

  8. 静水流深gzc 于 2014-07-18 15:09:55发表:

    很好

  9. nbaa0123 于 2014-06-22 22:06:18发表:

    MARK,受教育了

  10. 秋水潺流 于 2014-06-20 18:17:51发表:

    学习!!!

  11. emptii 于 2014-06-19 18:13:03发表:

    thanx for sharing

  12. markvenus 于 2014-06-13 11:32:45发表:

    我是新手,我要学习

  13. 执着追求爱 于 2014-06-07 23:36:00发表:

    路过

  14. yelanqian 于 2014-02-14 18:11:29发表:

    MARK 学习

  15. jeffkuang1 于 2013-10-09 13:06:44发表:

    厉害呀。

  16. xjboy 于 2013-09-03 12:49:27发表:

    很好很好正在找

  17. edan509 于 2013-06-26 21:31:40发表:

    学习下,谢谢

  18. peerlesssb 于 2013-05-25 13:26:09发表:

    真心强大!linux就是学无止境!

  19. 人生得意伤不起 于 2013-05-20 20:52:25发表:

    好文章,顶

  20. huangt113 于 2013-04-21 19:25:58发表:

    man都有这么多的学问啊

  21. Feyiz 于 2013-04-21 00:04:05发表:

    原来如此,呵呵呵

  22. ting19820 于 2013-04-16 20:47:47发表:

    学习

  23. 薄樱鬼寂 于 2013-03-03 13:53:01发表:

    MAN 命令足以满足现在的使用

  24. huayimm0 于 2013-01-09 06:52:03发表:

    好文章

  25. zxinglin 于 2013-01-08 15:21:28发表:

    thanks your shareing

  26. cqjack 于 2013-01-07 17:24:34发表:

    受教了

  27. wudu0517 于 2012-09-19 22:27:31发表:

    谢谢学习了

  28. Marlborors 于 2012-09-14 01:40:37发表:

    谢谢分享。。。。

  29. 西瓜哥哥0 于 2012-09-11 15:35:34发表:

    学习!

  30. Linuxzm 于 2012-07-13 03:39:26发表:

    学习了

  31. yt20090291 于 2012-07-08 17:52:37发表:

    学习下

  32. o_oxiaocai 于 2012-05-25 16:20:48发表:

    谢谢,很喜欢那个用man创建pdf文档

  33. serven 于 2012-05-06 16:20:01发表:

    好强大啊……

  34. snow8888 于 2012-05-05 08:28:32发表:

    受教了

  35. larmbr 于 2012-05-04 15:03:29发表:

    感谢分享,学习了,谢谢!!!

  36. clh920202 于 2012-04-09 09:30:54发表:

    占位学习 感谢LZ

  37. galileo 于 2012-04-08 22:09:38发表:

    不错。学习了

  38. chly64 于 2011-11-23 21:27:01发表:

    谢谢楼主

  39. chly64 于 2011-11-23 21:26:59发表:

    谢谢楼主

  40. chly64 于 2011-11-23 21:26:54发表:

    谢谢楼主