home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / ap / zsh / zsh-2.4 / zsh-2 / zsh-2.4.306 / README < prev   
Text File  |  1993-10-10  |  3KB  |  100 lines

  1. This is zsh version 2.4 beta.  Zsh is a shell with lots of features.
  2. For a list of these, see the FEATURES file.  For more details, see the
  3. documentation.
  4.  
  5.  
  6. Installing zsh
  7. --------------
  8. To compile zsh, cd into the src directory and type "./buildzsh".  The
  9. buildzsh script takes various options that are useful if you want to
  10. use a nonstandard compiler, build on several architectures, etc.  Do a
  11. "./buildzsh help" for details.  If no errors occur, you can install
  12. zsh by typing "make install".  This will install the executable and
  13. the manpage.
  14.  
  15. The compilation procedure has recently been tested and found to work
  16. on the following machines:
  17. /* List of machines */
  18.  
  19. If you have used zsh before, please be sure to read the section
  20. "Important changes" below.
  21.  
  22. Included in this release are alternative malloc and associated
  23. functions which reduce memory usage on some systems.  You can use
  24. these by defining USE_ZSH_MALLOC in config.h.
  25.  
  26.  
  27. Documentation
  28. -------------
  29. There are a number of documents about zsh in this distribution:
  30.  
  31. man/zsh.1    A manpage in nroff format.  This will be installed in
  32.         /usr/man/man1 by "make install".
  33.  
  34. doc/intro.ms    An introduction to zsh in troff format using the ms
  35.         macros.  This document explains many of the features
  36.         that make zsh more equal than other shells.
  37.  
  38. doc/zsh.texi    Everything the manpage has, but in texinfo format.
  39.  
  40. If you do not have the necessary tools to process these documents,
  41. postscript, ascii and info versions are available in a separate file
  42. at the distribution sites:
  43.  
  44. carlo.phys.uva.nl:/pub/bas/zsh/zsh-2.4doc.tar.gz
  45. ftp.sterling.com:/zsh/zsh-2.4doc.tar.gz
  46.  
  47. The distribution also contains a help directory with descriptions of
  48. builtin commands taken from the manpage.  The example function
  49. func/run-help will view the appropriate file from the help directory,
  50. set in the HELPDIR variable, or run 'man' if such a file is not
  51. available.
  52.  
  53.  
  54. Important changes
  55. -----------------
  56. This is a list of changes in zsh compared to version 2.3.1 which might
  57. force you to change your old initialization files.
  58.  
  59. The -h option to compctl for host completion no longer exists.  Define
  60. a hosts variable and use compctl -k hosts instead.  Example: change
  61. compctl -h ping
  62. to
  63. compctl -k hosts ping
  64.  
  65. The hostcmds, bindcmds, optcmds and varcmds special arrays no longer
  66. exist.  Use compctl -k hosts, -b, -o and -v respectively.
  67.  
  68. The NO_UNSET option applies to the positional parameters (usually the
  69. arguments to a script) as well as to all other parameters.
  70.  
  71.  
  72. Feedback
  73. --------
  74. Zsh is currently maintained by the members of the zsh mailing list:
  75.  
  76.     zsh-list@sterling.com
  77.  
  78. If you wish to subscribe to the mailing list, send an email message to
  79.     Majordomo@sterling.com
  80. (this is an automated server) containing
  81.     subscribe zsh-list <optional-address>
  82. where <optional-address> can be blank if you want to subscribe from
  83. your current email address.  Send the message `help' to the same
  84. address for help on the list server; `unsubscribe zsh-list' also
  85. works. (Don't send this to the list!). The list manager, Rick Ohnemus,
  86. can be reached at
  87.     owner-zsh-list@sterling.com
  88.  
  89. You can send bug reports, compliments and the like to the mailing
  90. list.  If are not a subscriber and would like to receive an answer,
  91. please mention so in your message.
  92.  
  93.  
  94. Authors
  95. -------
  96. Zsh was originally written by Paul Falstad, people who have supplied
  97. patches for this release are:
  98.  
  99. /* List of patchers */
  100.