Re: Brief description of a program

From: Cameron Kerr (cameron.kerr_at_paradise.net.nz)
Date: 01/29/04


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!


Relevant Pages

  • Re: Translate small Perl to equivalent VB6?
    ... I found a really short program listing written in ... >> Perl that is supposed to generate CIDR lists for ranges of IP addresses. ... of some of the basic things going on in the code Bob wrote, ... the Perl code then that might help me understand some basics. ...
    (microsoft.public.vb.general.discussion)
  • RE: recusrive listing
    ... Subject: recusrive listing ... Do multiple question marks convert into a period or ... IO::All combines all of the best Perl IO modules into a single nifty ... IO::All adds dozens of other helpful idiomatic methods including ...
    (perl.beginners)
  • Re: Perl 5.8.7
    ... I did get the latest MIPS version of Perl posted today. ... inlclude the version number in the listing. ... My problem is that I have to download all the packages I ...
    (comp.sys.tandem)
  • Re: Listing all modules used by program?
    ... including the core modules. ... As with everything perl, seems there are other ways of doing this... ... a scandeps.pl helper which also works well with: ... while only listing the core modules when explicitly requested (using the ...
    (comp.lang.perl.modules)
  • Amount of entries in zip file [Archive::Zip (Compress::Zlib)]
    ... I'm using perl 5.6 and writing a script to get listing of zip file ...
    (comp.lang.perl.misc)