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