Z shell version 3.0.0 - August 1996 This is Z shell version 3.0.0 as built for SCO Skunkware '96. Zsh is a shell designed for interactive use, although it is also for powerful scripting language. Many of the useful features of bash, ksh, and tcsh were incorporated into zsh; many original features were added. This package was built by Joachim Reith of SCO, (joachimr@sco.com), for inclusion in the SCO Skunkware '96 CD-ROM. The SCO Skunkware 96 Z shell 3.0.0 consists of following archives: 1. src/zsh.tar.gz is the source code without any modifications. It is also available from the canonical FTP site on ftp://ftp.cs.elte.hu/pub/zsh/. It builds straight with cc and gcc without any problems. 2. inst/zsh_build.tar.gz contains following files ./usr/lib/mkuser/zsh/zshrc ./usr/lib/mkuser/zsh/zlogin ./usr/lib/mkuser/zsh/mkuser.defs ./usr/lib/mkuser/zsh/zshenv ./usr/lib/mkuser/zsh/zcompctl ./usr/lib/mkuser/zsh/mkuser.init ./usr/local/bin/zsh ./usr/local/man/man1/zsh.1 ./usr/local/man/man1/zshbuiltins.1 ./usr/local/man/man1/zshcompctl.1 ./usr/local/man/man1/zshexpn.1 ./usr/local/man/man1/zshmisc.1 ./usr/local/man/man1/zshoptions.1 ./usr/local/man/man1/zshparam.1 ./usr/local/man/man1/zshzle.1 ./usr/local/man/man1/zshall.1 The package can be copied in the root directory by running: cd / gzcat zsh_build.tar.gz | tar xvf - In this way Z shell can be installed with the Account Manager from SCOadmin. 3. I have build the package with following modifications: LIBS = -lcurses LDFLAGS = -belf Please note that the home page of Z shell is http://www.mal.com/zsh/ Here you can find also the FAQ and additional information about functionalities like line editor and completion control. From the MAKEFILE file: # Copyright (c) 1996 Richard Coleman # All rights reserved. # # Permission is hereby granted, without written agreement and without # license or royalty fees, to use, copy, modify, and distribute this # software and its documentation for any purpose, provided that the # above copyright notice and the following two paragraphs appear in # all copies of this software. # # In no event shall Richard Coleman or the Zsh Development Group be liable # to any party for direct, indirect, special, incidental, or consequential # damages arising out of the use of this software and its documentation, # even if Richard Coleman and the Zsh Development Group have been advised of # the possibility of such damage. # # Richard Coleman and the Zsh Development Group specifically disclaim any # warranties, including, but not limited to, the implied warranties of # merchantability and fitness for a particular purpose. The software # provided hereunder is on an "as is" basis, and Richard Coleman and the # Zsh Development Group have no obligation to provide maintenance, # support, updates, enhancements, or modifications.