CISCO培训  思科培训

北京:010-51662636 转2
上海:021-61281358/59/60
ccie
 
    精华技术资料
Cisco技术典籍——精华、经典的Cisco书籍和各种技术文档、资料。
全方位Cisco、CCNA、CCNP、CCIE实用技术,不断更新补充中……

-----------------------------------------------------------------------------------------

新好男人-----PMAN

撰写:亚威科技 2005年11月15日

  man(男人?)是最长用的帮助工具了,不过man的功能有限,而且界面也不美观。因此GNU倡导用info来代替man。但是历史的惯性是巨大的,现在提供info帮助的软件凤毛麟角,绝大多数的软件仍然只提供man格式的帮助。 那么,对于这个土里土气的老男人(man)我们如何让他时髦一点呢? 在不经意间,我发现了一个新好男人——pman   

    

[code][root@localhost ~]# rpm -qi pinfo
Name :   pinfo Relocations: (not relocatable)
Version : 0.6.8 Vendor: CentOS
Release : 7 Build Date: 2005年02月22日 星期二 01时53分44秒
Install Date: 2005年10月13日 星期四 13时46分26秒 Build Host: guru.build.karan.org
Group : System Environment/Base Source RPM: pinfo-0.6.8-7.src.rpm
Size : 184925 License: GPL
Signature : DSA/SHA1, 2005年02月27日 星期日 05时34分51秒, Key ID a53d0bab443e1821
Packager : Karanbir Singh <kbsingh@centos.org>
URL : http://dione.ids.pl/~pborys/software/pinfo
Summary : An info file viewer.
Description :
Pinfo is an info file (or man page) viewer with a user interface
similar to the Lynx Web browser's interface. Pinfo supports searching
using regular expressions, and is based on the ncurses library.
[root@localhost ~]# rpm -ql pinfo
/etc/pinforc
/usr/bin/pinfo
/usr/bin/pman
/usr/share/doc/pinfo-0.6.8
/usr/share/doc/pinfo-0.6.8/AUTHORS
/usr/share/doc/pinfo-0.6.8/COPYING
/usr/share/doc/pinfo-0.6.8/ChangeLog
/usr/share/doc/pinfo-0.6.8/INSTALL
/usr/share/doc/pinfo-0.6.8/NEWS
/usr/share/doc/pinfo-0.6.8/README
/usr/share/doc/pinfo-0.6.8/TECHSTUFF
/usr/share/doc/pinfo-0.6.8/TODO
/usr/share/info/pinfo.info.gz
/usr/share/man/man1/pinfo.1.gz
/usr/share/man/man1/pman.1.gz
[root@localhost ~]# ll `which pman`
lrwxrwxrwx 1 root root 5 10月 13 13:46 /usr/bin/pman -> pinfo
[/code]
  pinfo软件包只含有1个程序:pinfo,pman其实是pinfo的一个符号联接,pman = pinfo -m
附件是pman在xterm显示效果截图(真实终端中效果好得多),主意里面红色的"shotdown"是超级联接,可以直接跳转到shutdown的 man页面,这是pman最强大的地方。对于编程人员来说,在各个函数的man页面之间跳转是非常方便的一个常用功能。同时,pinfo也完全兼容于 GNU info,并且提供更好的显示效果。 pinfo软件包在CentOS/RHEL中是默认安装的,其他的Linux版本可以去网上下载
地址是:[url]http://dione.ids.pl/~pborys/software/pinfo[/url]
好了,大家开始享受这个新好男人—pman吧^_^


  
(亚威科技 http://www.ccxx.net 转载请注明出处)