Learning the Command Line

Kezdőlap
Csatolmányok:
Üzenet email-ben
+ (text/plain)
Üzenet törlése
Válasz az üzenetre
Szerző: Mike Starke
Dátum:  
Tárgy: Learning the Command Line
On Sun, Feb 09, 2003 at 04:32:34PM -0700, Victor Odhner wrote:
/_Unix In A Nutshell is the "standard" book on *nix commands.
/_But it doesn't really contain a lot that you can't find
/_on the 'man' pages or in 'info'.
/_
I agree. Sit down with a cup of coffee and do something like:

cd /bin
ls a*
man <whatever peaked your interest>
ls <b-z>
wash
rinse
repeat
cd /sbin
etc,
etc