Use X. Go ahead and do what they show, press the spacebar to get all of
them printed to the screen. Do this in gnome-terminal or konsole or
something fancier like that (than xterm). Once done use your mouse to
select everything and drop it into a text file (gedit, kate, etc.).
I’ve wondered the same thing but never found a way to do it except what
was covered above.
Good luck.
On 06/08/2010 01:26 PM, danperecky wrote:
>
> Great tip: ‘List Of Linux Commands - openSUSE Forums’
> (http://tinyurl.com/28emhjz)
>
> from referenced post: > open a console and press <tab> two times. And they press <y> to show all
>> 4000+ possibilities
>
> My question has to do with redirection. How can I get the entire list
> of commands into a ‘>’ file? I’m stuck at the -press <tab> two times-
> step.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
Hi
Dang over 25K, but a lot are libraries, system scripts etc. From a pure
user perspective it may be better to use echo $PATH and then look in
each of those directories.
–
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.32.12-0.7-default
up 1 day 0:42, 2 users, load average: 0.02, 0.09, 0.13
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15
3-4000 possibilities is pretty useless unless you know what they are for, but just FYI you can capture what you are seeing in a session using the script command.
$ script
Script started, file is typescript
$ <tab><tab>
(after paging through many screens)
$ exit
Script done, file is typescript
typescript contains a log of your session. Unfortunately it also contains carriage returns and is formatted exactly as you saw on the screen, in multiple columns and also you have the prompts for more, with control characters.
But more generally script is a useful way to get a transcript of a session.