up previous next contents
Next: Re-using Existing Commands Up: The C Shell Previous: Displaying the History List   Contents

Enlarging/Reducing the Number of Items Stored in History

The history variable controls the number of items that are saved in memory so that they can be re-used. It is set as follows:

set history=20
set history=200


up previous next contents
Next: Re-using Existing Commands Up: The C Shell Previous: Displaying the History List   Contents