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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-20-2004
woofie woofie is offline
Registered User
 

Join Date: Jan 2004
Location: Australia
Posts: 170
Well


set filec


Will set file completion with the [ESC] key

Here is a little something I found.



## Set C shell variables
# Remember my 40 most recent events
set history=40

# Save the most recent 40 events when I log out
set savehist=40

Last edited by woofie; 12-20-2004 at 02:20 PM.
Reply With Quote