Command History and Command Line EditingThe C shell allows you to access commands that you previously typed. You can re-submit these commands just as they were typed the last time you used them, or you can modify them and then execute them. When using the csh, you must have an environment variable named 'history', such as that shown in the examples above, for this feature to work properly:
set history=100
Next: Displaying the History List Up: The C Shell Previous: Other alias notes:   Contents |