免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 4766 | 回复: 10
打印 上一主题 下一主题

征集查看man帮助时的技巧 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-04-29 10:08 |只看该作者 |倒序浏览
我先自己说一些自己比较常用的功能。
搜索功能: /关键字  向下搜索关键字,查找下一个时按  n
                ?关键字  向上搜索关键字,查找下一个时按  n
翻页功能: 向下翻   空格键
           向上翻   b
标记功能: 按m 然后随便输入一个字母例如“a”,下一次想查看刚才标记的地方按 ' (单引号),再次输入“a”即可回到刚才标记的地方了。

顺便提一个问题,查看man帮助的时候,经常能看到有下划线的关键字,这里的下划线代表有链接,还是仅仅是突出标记一下。如果有链接如何跳转。

论坛徽章:
0
2 [报告]
发表于 2009-04-29 13:31 |只看该作者
你可以跳转过去
ctrl + ]

论坛徽章:
0
3 [报告]
发表于 2009-04-29 14:52 |只看该作者
man xxx | col -b > man_xxx | lp
打印出来看。

论坛徽章:
0
4 [报告]
发表于 2009-04-29 15:51 |只看该作者
man(1)                                                                  man(1)

NAME
       man - format and display the on-line manual pages

SYNOPSIS
       man  [-acdfFhkKtwW]  [--path]  [-m system] [-p string] [-C config_file]
       [-M pathlist] [-P pager] [-B browser] [-H htmlpager] [-S  section_list]
       [section] name ...

DESCRIPTION
       man formats and displays the on-line manual pages.  If you specify sec-
       tion, man only looks in that section of the manual.  name  is  normally
       the  name of the manual page, which is typically the name of a command,
       function, or file.  However, if name contains  a  slash  (/)  then  man
       interprets  it  as a file specification, so that you can do man ./foo.5
       or even man /cd/foo/bar.1.gz.

       See below for a description of where man  looks  for  the  manual  page
       files.

OPTIONS
       -C  config_file
/etc/man.config.  (See man.config(5).)

       -M  path
              Specify the list of directories to search for man pages.   Sepa-
              rate  the directories with colons.  An empty list is the same as
              not specifying -M at all.  See SEARCH PATH FOR MANUAL PAGES.

       -P  pager
              Specify which pager to use.  This option overrides the  MANPAGER
              environment  variable,  which  in turn overrides the PAGER vari-
              able.  By default, man uses /usr/bin/less -is.

       -B     Specify which browser to use on HTML files.  This  option  over-
              rides  the  BROWSER  environment  variable. By default, man uses
              /usr/bin/less-is,

       -H     Specify a command that renders HTML files as text.  This  option
              overrides  the  HTMLPAGER  environment variable. By default, man
              uses /bin/cat,

       -S  section_list
              List is a colon separated list of  manual  sections  to  search.
              This option overrides the MANSECT environment variable.
-a     By default, man will exit after displaying the first manual page
              it finds.  Using this option forces man to display all the  man-
              ual pages that match name, not just the first.

       -c     Reformat  the  source man page, even when an up-to-date cat page
              exists.  This can be meaningful if the cat  page  was  formatted
              for  a screen with a different number of columns, or if the pre-
              formatted page is corrupted.

       -d     Don’t actually display the man  pages,  but  do  print  gobs  of
              debugging information.

       -D     Both display and print debugging info.

       -f     Equivalent to whatis.

       -F or --preformat
              Format only - do not display.

       -h     Print a help message and exit.

       -k     Equivalent to apropos.
-K     Search  for  the  specified  string in *all* man pages. Warning:
              this is probably very slow!  It  helps  to  specify  a  section.
              (Just  to  give  a  rough idea, on my machine this takes about a
              minute per 500 man pages.)

       -m  system
              Specify an alternate set of man pages to  search  based  on  the
              system name given.

       -p  string
              Specify  the  sequence  of  preprocessors to run before nroff or
              troff.  Not all installations will have a full set of preproces-
              sors.   Some of the preprocessors and the letters used to desig-
              nate them are: eqn (e), grap (g), pic (p), tbl (t), vgrind  (v),
              refer  (r).   This  option  overrides the MANROFFSEQ environment
              variable.

       -t     Use /usr/bin/groff -Tps -mandoc to format the manual page, pass-
              ing  the  output  to  stdout.   The  default  output  format  of
              /usr/bin/groff -Tps -mandoc is Postscript, refer to  the  manual
              page  of  /usr/bin/groff -Tps -mandoc for ways to pick an alter-
              nate format.
Depending on the selected  format  and  the  availability  of  printing
       devices,  the  output  may  need  to  be  passed through some filter or
       another before being printed.

       -w or --path
              Don’t actually display the man pages, but  do  print  the  loca-
              tion(s) of the files that would be formatted or displayed. If no
              argument is given: display (on stdout) the list  of  directories
              that  is  searched by man for man pages. If manpath is a link to
              man, then "manpath" is equivalent to "man --path".

       -W     Like -w, but print file names one per line,  without  additional
              information.   This is useful in shell commands like man -aW man
              | xargs ls -l

CAT PAGES
       Man will try to save the formatted man pages, in order to save  format-
       ting time the next time these pages are needed.  Traditionally, format-
       ted versions of pages in DIR/manX are saved in DIR/catX, but other map-
       pings  from man dir to cat dir can be specified in /etc/man.config.  No
       cat pages are saved when the required cat directory does not exist.  No
       cat pages are saved when they are formatted for a line length different
:
from 80.  No cat pages are saved  when  man.config  contains  the  line
       NOCACHE.

       It is possible to make man suid to a user man. Then, if a cat directory
       has owner man and mode 0755 (only writable by man), and the  cat  files
       have  owner  man  and  mode  0644 or 0444 (only writable by man, or not
       writable at all), no ordinary user can change  the  cat  pages  or  put
       other  files  in the cat directory. If man is not made suid, then a cat
       directory should have mode 0777 if all users should be  able  to  leave
       cat pages there.

       The  option  -c  forces  reformatting a page, even if a recent cat page
       exists.

HTML PAGES
       Man will find HTML pages if they live in directories named as  expected
       to  be  ".html", thus a valid name for an HTML version of the ls(1) man
       page would be /usr/share/man/htmlman1/ls.1.html.

SEARCH PATH FOR MANUAL PAGES
       man uses a sophisticated method of finding manual page files, based  on
       the  invocation  options and environment variables, the /etc/man.config
       configuration file, and some built in conventions and heuristics.
First of all, when the name argument to man contains a slash  (/),  man
       assumes  it  is  a file specification itself, and there is no searching
       involved.

       But in the normal case where name doesn’t contain a slash, man searches
       a variety of directories for a file that could be a manual page for the
       topic named.

       If you specify the -M pathlist option, pathlist  is  a  colon-separated
       list of the directories that man searches.

       If  you  don’t specify -M but set the MANPATH environment variable, the
       value of that  variable  is  the  list  of  the  directories  that  man
       searches.

       If  you  don’t  specify  an  explicit path list with -M or MANPATH, man
       develops its own path list based on the contents of  the  configuration
       file /etc/man.config.  The MANPATH statements in the configuration file
       identify particular directories to include in the search path.

       Furthermore, the MANPATH_MAP statements add to the search path  depend-
       ing  on your command search path (i.e. your PATH environment variable).
For each directory that may be in  the  command  search  path,  a  MAN-
       PATH_MAP  statement  specifies  a directory that should be added to the
       search path for manual page files.  man looks at the PATH variable  and
       adds the corresponding directories to the manual page file search path.
       Thus, with the proper use of MANPATH_MAP, when you  issue  the  command
       man  xyz,  you  get a manual page for the program that would run if you
       issued the command xyz.

       In addition, for each directory in the command search path (we’ll  call
       it  a  "command  directory")  for  which  you do not have a MANPATH_MAP
       statement, man automatically looks for a manual page directory "nearby"
       namely as a subdirectory in the command directory itself or in the par-
       ent directory of the command directory.

       You can disable the automatic "nearby" searches by  including  a  NOAU-
       TOPATH statement in /etc/man.config.

       In  each  directory in the search path as described above, man searches
       for a file named topic.section, with an optional suffix on the  section
       number  and  possibly  a compression suffix.  If it doesn’t find such a
       file, it then looks in any subdirectories named manN or catN where N is
       the  manual section number.  If the file is in a catN subdirectory, man
       assumes it is a formatted manual page file (cat page).  Otherwise,  man
assumes it is unformatted.  In either case, if the filename has a known
       compression suffix (like .gz), man assumes it is gzipped.

       If you want to see where (or if) man would find the manual page  for  a
       particular topic, use the --path (-w) option.

ENVIRONMENT
       MANPATH
              If  MANPATH is set, man uses it as the path to search for manual
              page files.  It overrides the configuration file and  the  auto-
              matic  search  path,  but  is  overridden  by  the -M invocation
              option.  See SEARCH PATH FOR MANUAL PAGES.

       MANPL  If MANPL is set, its value is used as the display  page  length.
              Otherwise, the entire man page will occupy one (long) page.

       MANROFFSEQ
              If  MANROFFSEQ is set, its value is used to determine the set of
              preprocessors run before running nroff or  troff.   By  default,
              pages are passed through the tbl preprocessor before nroff.

       MANSECT
              If  MANSECT  is set, its value is used to determine which manual
..............................................


man man

论坛徽章:
0
5 [报告]
发表于 2009-04-29 16:16 |只看该作者

回复 #1 javasuncom 的帖子

常用啊

论坛徽章:
0
6 [报告]
发表于 2009-04-30 08:37 |只看该作者

回复 #4 unixlinuxsys 的帖子

man man,我也运行了,没找到更加受用的,有些技巧还是经验之谈,例如2楼、3楼的。
期待大家更多的技巧。

授之以鱼不如授之以渔,哈哈。

论坛徽章:
0
7 [报告]
发表于 2009-04-30 08:45 |只看该作者

回复 #2 emmoblin 的帖子

请问什么样的可以跳转??我刚才试验了一下,没有效果。
难道不是多有的下划线都可以跳转?

说一个具体的情况吧,我装的as5,在配置dns服务器时,想查询一下allow-transfer 这个参数,查看man帮助,显示allow-transfer { address_match_element; ... };
其中 address_match_element; 带下划线,我不知道address_match_element具体可以为那几种类型。所以有我在一楼的疑问。

论坛徽章:
0
8 [报告]
发表于 2009-04-30 13:58 |只看该作者
原帖由 emmoblin 于 2009-4-29 13:31 发表
你可以跳转过去
ctrl + ]

。。。。。。。man中不可以这样的。

论坛徽章:
0
9 [报告]
发表于 2009-04-30 14:00 |只看该作者

回复 #8 tianlijian 的帖子

我也试了,怎么跳转??

论坛徽章:
0
10 [报告]
发表于 2009-04-30 22:36 |只看该作者
记得我初学 Linux 使用时,首先了解的就是如何在 Linux 系统中获得帮助的课程。当然,这其中少不了 man 命令的介绍。今天,在 Linux.com 网站读到一篇介绍 man 使用技巧的文章,个人感觉很受用,现介绍给大家分享。

   1. 使用书签 man tricks man 其实是调用 less 来显示手册页的。因此,在阅读内容比较长的页面时,可以使用书签来标记需要重复阅读的重要内容。标记的方法为:先按 m 键,然后在 mark: 后输入标记字母,如 a。需要说明的是,标记符是区分大小写的,也就是说 a 与 A 是两个不同的标记符。 当你需要返回先前设置的书签时,可以按 ' 键(单引号)。此时会显示 goto mark:,输入你设置的标记符即可。
   2. 测试命令 man tricks 当你在阅读 man 手册页时想要对命令的用法进行尝试的话,那么可以使用 !。这让你不必打开新的终端,也不用离开 man 手册的阅读页面。在按下 ! 之后,你就可以自由输入所要测试的命令了。完成后,按回车键将返回到 man 手册的阅读页面。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP