in reply to Perl, sort of Unix/system archaeology question

It's often an annoyance, but if you hit Esc twice (real fast) in an xterm, you will get a list of everything in the $PATH. You can use it as a basic list of everything.

You probably could setup an lwp script, to search wikipedia for each entry and print out a summary of what everything does. Check out wikipedia search script


I'm not really a human, but I play one on earth. flash japh
  • Comment on Re: Perl, sort of Unix/system archaeology question

Replies are listed 'Best First'.
Re^2: Perl, sort of Unix/system archaeology question
by Callum (Chaplain) on May 06, 2005 at 11:53 UTC
    if you hit Esc twice (real fast) in an xterm, you will get a list of everything in the $PATH

    This is shell specific so cannot be expected to work everywhere.