w3m is a text format html browser under *nix
The normal manuals of the software are under the /use/share/doc dircetory.
many manuals are html format
I add a .sh file under /usr/local/bin/
like this :
#!/bin/bash
w3m /home/senno/scripts/doc.html
the code of doc.html is show as follow
manual index MANUAL CAN INDEX:
-------------------------------------------------------------------------
gcc
perl
python
linux-HOWTO
kernel-doc
postgresql
bashref
in the terminal , I type in $>doc
the output show as follow
阅读(1528) | 评论(0) | 转发(0) |