home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / shell / 5054 < prev    next >
Encoding:
Text File  |  1992-12-14  |  972 b   |  26 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!usc!howland.reston.ans.net!sol.ctr.columbia.edu!usenet.ucs.indiana.edu!shutton
  3. From: shutton@fokker.union.indiana.edu (Scott K. Hutton)
  4. Subject: Re: BASH history question
  5. In-Reply-To: ldstern@rodan.acs.syr.edu's message of Sun, 13 Dec 92 17:42:22 EST
  6. Message-ID: <SHUTTON.92Dec14072914@fokker.union.indiana.edu>
  7. Sender: news@usenet.ucs.indiana.edu (USENET News System)
  8. Nntp-Posting-Host: fokker.union.indiana.edu
  9. Organization: /nfs/bronze/usr2/shutton/.organization
  10. References: <1992Dec13.174222.15038@newstand.syr.edu>
  11. Date: Mon, 14 Dec 1992 12:29:14 GMT
  12. Lines: 12
  13.  
  14. Larry Stern writes:
  15.  
  16.    I have been trying to set my history file size in BASH, with no success.
  17.    I put 'set histfilesize=50' and designated the history file in my profile
  18.    put this doesn't seem to do it.  What is the correct syntax?
  19.  
  20. export HISTFILESIZE=50
  21. export HISTORY=50    #(or however much you want saved while on-line
  22.  
  23. Case sensitivity problem.
  24.  
  25. -S
  26.