This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Saving history under tcsh


On Aug 17 10:30, Andres Corrada-Emmanuel wrote:
> Hello,
> 
> I've edited my ~/.cshrc file to have the following commands
> 
> set history = 1000
> set savehist
> 
> A .history file is created upon logout but it contains no history (i.e.
> it has zero bytes)! What am I missing?

Try e.g.

  set savehist = (1000 merge)

or

  man tcsh    ;-)


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]