Discussion:
[linux-elitists] Besides help what other command lines to the prompt might get any other available commands?...
Don Saklad
2013-08-02 19:49:59 UTC
Permalink
Besides help what other command lines to the prompt might get any other available commands?...


- - - - - COPY - - - - -
***@linaro-alip:~$ uname -a
Linux linaro-alip 3.0.57+ #26 PREEMPT Sun Mar 3 09:44:37 EST 2013 armv7l armv7l armv7l GNU/Linux
***@linaro-alip:~$
Rick Moen
2013-08-02 20:06:31 UTC
Permalink
Post by Don Saklad
Besides help what other command lines to the prompt might get any
other available commands?...
cd /usr/bin
for i in *; do man $i; done

Come back in a week to report on your newly achieved state of enlightenment.
--
Cheers, Actually, time flies hate a banana.
Rick Moen -- Micah Joel
***@linuxmafia.com
McQ! (4x80)
Ruben Safir
2013-08-02 20:53:24 UTC
Permalink
Post by Rick Moen
Post by Don Saklad
Besides help what other command lines to the prompt might get any
other available commands?...
cd /usr/bin
for i in *; do man $i; done
Come back in a week to report on your newly achieved state of enlightenment.
you forgot to sneer (and forgot sbin and /usr/bin/ and /usr/sbin and man
-k and locate HOWTO)
Rick Moen
2013-08-02 21:18:28 UTC
Permalink
Post by Ruben Safir
you forgot to sneer (and forgot sbin and /usr/bin/ and /usr/sbin and man
-k and locate HOWTO)
Oh, come now. I said it with lovingkindness.
--
Cheers, Foursquare is for people who wish they were Sims.
Rick Moen -- Kelly Oxford
***@linuxmafia.com
McQ! (4x80)
Tilghman Lesher
2013-08-02 21:44:06 UTC
Permalink
Post by Rick Moen
Post by Ruben Safir
you forgot to sneer (and forgot sbin and /usr/bin/ and /usr/sbin and man
-k and locate HOWTO)
Oh, come now. I said it with lovingkindness.
That's odd. There's no Like button on this post.

/me ducks
Rick Moen
2013-08-02 21:42:06 UTC
Permalink
Post by Rick Moen
for i in *; do man $i; done
Thank you Rick Moen !
What does it mean?...
It means:

1. I am plagued by the bone-dry sense of humour of your average
everyday Scandinavian, which nuance is often lost over the Internet.

2. I would recommend a good tutorial on Linux and the Bash shell. Mark
Sobell's _A Practical Guide to Linux_ is a popular starting point.

Also, please think twice in the future before departing from a public
discussion into private mail without explanation. Many people
participate in public mailing lists with the primary intent of advancing
public discussion. Thanks.
Ruben Safir
2013-08-02 22:15:38 UTC
Permalink
Post by Rick Moen
Post by Rick Moen
for i in *; do man $i; done
Thank you Rick Moen !
What does it mean?...
Pick up an old Linux Bible book for like 5 dollars. Those are awesome.
It is like the Remington Pharmacacuetical Sciences

Ruben
Post by Rick Moen
1. I am plagued by the bone-dry sense of humour of your average
everyday Scandinavian, which nuance is often lost over the Internet.
2. I would recommend a good tutorial on Linux and the Bash shell. Mark
Sobell's _A Practical Guide to Linux_ is a popular starting point.
Also, please think twice in the future before departing from a public
discussion into private mail without explanation. Many people
participate in public mailing lists with the primary intent of advancing
public discussion. Thanks.
_______________________________________________
Do not Cc: anyone else on mail sent to this list. The list server is set for maximum one recipient.
linux-elitists mailing list
http://zgp.org/cgi-bin/mailman/listinfo/linux-elitists
--
So many immigrant groups have swept through our town
that Brooklyn, like Atlantis, reaches mythological
proportions in the mind of the world - RI Safir 1998
http://www.mrbrklyn.com

DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
http://fairuse.nylxs.com
http://www.nylxs.com - Leadership Development in Free Software
http://www2.mrbrklyn.com/resources - Unpublished Archive
of articles from around the net
http://www.coinhangout.com - coins!
http://www.brooklyn-living.com
Eric De Mund
2013-08-03 01:03:10 UTC
Permalink
Don,

Rick Moen:
] 2. I would recommend a good tutorial on Linux and the Bash shell. Mark
] Sobell's _A Practical Guide to Linux_ is a popular starting point.

_The Linux Command Line_ by William Shotts is also quite reasonable,
at 537 pages for $0.00:

The Linux Command Line
http://linuxcommand.org/tlcl.php

free PDF
http://sourceforge.net/projects/linuxcommand/files/TLCL/13.07/TLCL-13.07.pdf/download

The non-computer-science folks I've pointed to this book seemed pretty
happy with it.

Regards,
Eric
--
"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my tele-
phone." --Bjarne Stroustrup, 1999

Eric De Mund | Yahoo: ead0002 | tel: 650.303.4336
***@ixian.com | GTalk: ***@gmail.com | fax: 801.906.7709
Matthew Galgoci
2013-08-02 20:35:38 UTC
Permalink
Date: Fri, 02 Aug 2013 15:49:59 -0400
Subject: [linux-elitists] Besides help what other command lines to the prompt
might get any other available commands?...
Besides help what other command lines to the prompt might get any other available commands?...
Thinking along the lines of a usable CLI in general:

On network gear tab and ? are used. tab is also a completion in some
contexts, so tab to show all the commands avaialble then you type a
command then tab again to get possible arguments to the command.

Changes in prompt are also useful to be able to tell if you are in a
particular command context.

Vyatta has done a respectable job of copying the Junos CLI. zebra/quagga
has done the same for a cisco router CLI. Those would be good references.
--
Matthew Galgoci
Network Operations
Red Hat, Inc
919.754.3700 x44155
------------------------------
"It's not whether you get knocked down, it's whether you get up." - Vince Lombardi
Loading...