Re: Brief description of a program
From: Cameron Kerr (cameron.kerr_at_paradise.net.nz)
Date: 01/29/04
- Next message: Cameron Kerr: "Re: How to put a thread into sleep using C/C++?"
- Previous message: Maurits van de Kamp: "Re: A Proper Way to Treat SCO"
- In reply to: Jan Doedel: "Re: Brief description of a program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Jan 2004 20:06:08 +1300
Jan Doedel <tbuytaer@localhost.localdomain> wrote:
> On Fri, 16 Jan 2004 14:41:32 +0000, tibo wrote:
>> Does anyone know a way to get a brief description of a program ?
> "whatis"
This can be used effectively with find to show a listing of the programs
installed on your computer. This is a good way to learn about new
programs.
find `echo $PATH | tr : ' '` | sed -e 's_.*/__' | \
xargs whatis | grep '([168])' | less
-- Cameron Kerr cameron.kerr@paradise.net.nz : http://nzgeeks.org/cameron/ Empowered by Perl!
- Next message: Cameron Kerr: "Re: How to put a thread into sleep using C/C++?"
- Previous message: Maurits van de Kamp: "Re: A Proper Way to Treat SCO"
- In reply to: Jan Doedel: "Re: Brief description of a program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|