|
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..
|