home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / shell / zsh.2.4pl315.README < prev   
Encoding:
Text File  |  1994-05-15  |  1.1 KB  |  27 lines

  1. This package contains the sources for zsh 2.4 patch level 315 and a
  2. MAB for Motorola and Intel processors.  This latest version of zsh
  3. configures and compiles itself automatically under NS 3.x, but some
  4. NeXTites don't have a developer system and several people have asked
  5. me to make a binary available, so there you are.
  6.  
  7. Zsh is a PD shell in the sh tradition.  It has both interactive
  8. features which are pretty much a superset of those offered by other
  9. popular interactive shells like csh, tcsh, bash and ksh (in addition
  10. to many nifty ones of its own) and an advanced programming language
  11. (largely a superset of ksh).  It is strongly rumored to become a
  12. standard part of NeXTstep starting with release 3.3.
  13.  
  14. To install:
  15. cp src/zsh /usr/local/bin/zsh
  16. cp man/zsh.1 /usr/local/man/man1/zsh.1
  17. echo "/usr/local/bin/zsh" >>/etc/shells 
  18.  
  19. If you use Info style documentation, you may also want to install the
  20. files generated from doc/zsh.texi.
  21.  
  22. To get started on zsh, probably the best thing to do is to read the
  23. intro document in doc (nroff -ms intro.ms|more).
  24.  
  25.         Carl Edman                                              5-14-94
  26.         <cedman@princeton.edu>
  27.