mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: May 04 2007,18:56 |
|
By using the command "man something", you are using the man executable found first during a path search. It is most likely the original man perl script.
If you want to use that specific command (man *) with WDef's script, that script must be found in your PATH before the perl version is found. There are several solutions to this, but I'd say the easiest would be to create an alias:
alias man='/path/to/man.sh'
However, it doesn't look like WDef's script accepts commandline parameters, so you may still need to use just "man" and then type in what manpage you want when you are prompted for it.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|