in reply to find a forgotten shell command
Nice hack. In case you weren't aware, there is also the command apropos at your disposal to find forgotten (or unknown!) commands relating to a specific subject.
It works by examining commands for which man pages exist, and scans the one-line explication of the command. apropos, then, simply greps for your text among the resulting data set. (Of course, it's all built ahead of time to make searches faster).
None of the machines here (Solaris, FreeBSD, Linux...) have a thing called 'tzconfig', so I can't decide whether this would have helped, but there you are.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: find a forgotten shell command (use apropos)
by b10m (Vicar) on Jan 07, 2004 at 11:53 UTC |