![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| trying to create a script to read a flie and loop a command... | Italy87 | UNIX Desktop for Dummies Questions & Answers | 5 | 03-26-2008 04:36 AM |
| trying to create a script to read a flie and loop a command... | Italy87 | UNIX for Advanced & Expert Users | 1 | 03-25-2008 05:44 AM |
| script to count a word in a flie | sipmohan | UNIX for Dummies Questions & Answers | 3 | 02-21-2008 11:39 PM |
| how to specify header directory in .cshrc | champion | UNIX for Dummies Questions & Answers | 1 | 01-06-2003 10:57 AM |
| cshrc | cubicle^dweller | Shell Programming and Scripting | 4 | 08-28-2002 01:44 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
How can I set up my .cshrc file to do as the posix shell does the escape+k to scroll my command history
Thanks Oh BTW, Hi I'm new to the forum. |
| Forum Sponsor | ||
|
|
|
|||
|
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. |