home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / question / 15171 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.0 KB

  1. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!odin!chet
  2. From: chet@odin.ins.cwru.edu (Chet Ramey)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: How do you increase the wordsize in csh?
  5. Date: 5 Jan 1993 15:05:19 GMT
  6. Organization: Case Western Reserve University, Cleveland OH (USA)
  7. Lines: 17
  8. Message-ID: <1ic83fINN3bh@usenet.INS.CWRU.Edu>
  9. References: <1992Dec29.212152.19032@cs.sandia.gov>
  10. NNTP-Posting-Host: odin.ins.cwru.edu
  11.  
  12. In article <1992Dec29.212152.19032@cs.sandia.gov> jhgreen@cs.sandia.gov (Jethro H. Greene) writes:
  13. >In ksh/bash/sh, there is no limit to the size of a variable.  For example,
  14. >a=`cat /etc/passwd` is ok.  However, csh gives the error, "Too many words from
  15. >``".  Can this be fixed?
  16.  
  17. This is not word size, but the size of an argument list. 
  18. This particular limit cannot be altered without hacking the
  19. csh source.  It's a manifest constant defined in sh.h
  20. (GAVSIZ). 
  21.  
  22. Chet
  23.  
  24. -- 
  25. ``The use of history as therapy means the corruption of history as history.''
  26.     -- Arthur Schlesinger
  27.  
  28. Chet Ramey, Case Western Reserve University    Internet: chet@po.CWRU.Edu
  29.