UNIX commands, tips, and tricks

UNIX commands, tips, and tricks

Post by Gregory Hernand » Sun, 23 Jun 1996 04:00:00



Hello.  A friend of mine had a good question, but I had no answer.  
Does anyone know of any published work with UNIX commands tips and tricks
such as the the TAB key for completion of any name(file, directory, etc.)?

 
 
 

UNIX commands, tips, and tricks

Post by Phil Edwar » Mon, 24 Jun 1996 04:00:00


[cc'd to poster]



+ Hello.  A friend of mine had a good question, but I had no answer.  
+ Does anyone know of any published work with UNIX commands tips and tricks
+ such as the the TAB key for completion of any name(file, directory, etc.)?

Yeah:  man pages.  The "Unix trick" such as filename completion by way
of the tab key is a documented feature of your shell.  Try 'man
<command>' sometime and see what you can find.

You might also try posting in comp.unix.questions, since this has
nothing to do with programming.  Mmmm, actually, first /read/ the
articles in comp.unix.questions, /then/ post; that way you won't ask a
question other people have already answered.  Makes you look stupid.

Luck++;
Phil

--

                                    The gods do not protect fools.  Fools are
                                protected by more capable fools. -Larry Niven

 
 
 

UNIX commands, tips, and tricks

Post by Raul Barral Tama » Tue, 25 Jun 1996 04:00:00


  You can try "Unix Power Tools" out, it's a very good one.

 Raul.

   Hello.  A friend of mine had a good question, but I had no answer.  
   Does anyone know of any published work with UNIX commands tips and tricks
   such as the the TAB key for completion of any name(file, directory, etc.)?

 
 
 

UNIX commands, tips, and tricks

Post by Peter Boo » Tue, 25 Jun 1996 04:00:00



>Hello.  A friend of mine had a good question, but I had no answer.  
>Does anyone know of any published work with UNIX commands tips and tricks
>such as the the TAB key for completion of any name(file, directory, etc.)?

The O'Reilly published, "UNIX Power Tools" is something I return to
again and again.

Peter Booth

 
 
 

UNIX commands, tips, and tricks

Post by Kevin MacNe » Tue, 25 Jun 1996 04:00:00



]  You can try "Unix Power Tools" out, it's a very good one.


Quote:]Hernandez) writes:

]   Hello.  A friend of mine had a good question, but I had no answer.
]   Does anyone know of any published work with UNIX commands tips and
]   tricks such as the the TAB key for completion of any name(file,
]   directory, etc.)?

I second the recommendation for O'Reilly's Unix Power Tools, particularly
if you use the csh for interactive use.  If not, pick up one of their
"Using the x Shell" books, x being whatever shell you use.

Raul:  comp.unix.questions would have a better newsgroup for this question.
--
      Kevin MacNeil            \      Memorial University of Newfoundland

 
 
 

UNIX commands, tips, and tricks

Post by Russell Powe » Fri, 28 Jun 1996 04:00:00


Use the tcsh shell instead of csh (C- shell). You can creat a .tcshrc
in your home directory. But if not, the shell will look for the .cshrc
instead. There's a man page on my system for it but I haven't found any
"hard" literature describing it anywhere. I too would appreciate some.