Re: list of fbsd console commands

2003-01-20 Thread Dan Pelleg
"JoeB" <[EMAIL PROTECTED]> writes:

> I have reviewed the FBSD handbook and can not find any documentation
> listing all the FBSD console commands.
> 
> Are they documented some where?
> 
> Is there some way using the man command to list all the man files in
> the man directory?
> 

Well, not directly, but you can get all of the commands in your path with
the help of your shell. For bash, get a prompt, and when at the beginning of
the line hit  twice. You'll get a question "Display all X
possibilities?" where X depends on how much stuff you have
installed. Answer y and you'll get it.

Having said that, for learning purposes you'll be much better off with a
good Unix book, and reading the manpages for commands you find
interesting. Then either use the "SEE ALSO" section for related commands,
and/or use apropos(1).

-- 

  Dan Pelleg

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: list of fbsd console commands

2003-01-19 Thread Giorgos Keramidas
On 2003-01-19 21:28, JoeB <[EMAIL PROTECTED]> wrote:
> I have reviewed the FBSD handbook and can not find any documentation
> listing all the FBSD console commands.
>
> Are they documented some where?
>
> Is there some way using the man command to list all the man files in
> the man directory?

Not in a static list, which would very quickly become outdated.  You
can always use apropos(1) to search the installed manpages though:

% apropos . | more

- Giorgos


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



list of fbsd console commands

2003-01-19 Thread JoeB
I have reviewed the FBSD handbook and can not find any documentation
listing all the FBSD console commands.

Are they documented some where?

Is there some way using the man command to list all the man files in
the man directory?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message