The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-20-2005
pressy's Avatar
pressy pressy is offline Forum Staff  
solaris cultist
  
 

Join Date: Aug 2003
Location: Vienna / Austria (Europe) [EARTH]
Posts: 726
C-Shell: Define
set filec
set history=100
savehist=50
in ~/.cshrc. The shell will complete file names and directories once you hit the ESC key, and history lists the last 100 commands. With !13 command #13 can be re-issued. !$ can be used as a variable for the last word of the former command, like in: mkdir /export/home/demo/test, then cd !$.

gP

Last edited by pressy; 04-20-2005 at 05:08 AM..