home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / k / ksh48.zip / README < prev    next >
Text File  |  1993-01-12  |  5KB  |  120 lines

  1.         Public Domain Korn Shell
  2.               Version 4.8
  3.  
  4. PD KSH:
  5.  
  6. This is the latest version of the PD ksh (pdksh).  It is not
  7. intended to be the ultimate shell but rather a usable ksh work
  8. alike.  For those of us who have to work on multiple systems it
  9. is nice to have the same user interface on all.  I resisted
  10. moving to the ksh on a System V machine where I worked, for
  11. nearly a year due to the lack of a ksh on my Sun systems.  When
  12. I first picked up the 3.2 PD KSH a couple of years ago, it took
  13. only a few minutes to convert a C-shell fan to a ksh fan :-)
  14. Pdksh is not 100% compatible with the ksh.  Having said that, I
  15. use it daily beside a real ksh88 and find them virtually
  16. indistinguishable.  With one exception - arrays!  If some one
  17. feels like adding arrays, I for one would appreciate it :-)
  18.  
  19. I only run this shell on sun's and only for interactive use.  I
  20. use it on sun4c, sun3 and sun386 systems.  The shell itself has
  21. been compiled on each of these both with and without the
  22. POSIX/ANSI compatability libraries in ./std.  See the file
  23. MACHINES for details of systems that the shell has been built
  24. on.
  25.  
  26. I released version 4.0 of the shell (with the kind permission of
  27. the previous maintainers and major contributors) to ensure that
  28. it is available from usenet archive sites.  Of course it remains
  29. in the Public Domain.  Equally obviously neither myself nor any
  30. other contributors make any claims of suitability etc.  Ie. NO
  31. WARRANTY!!!  If you make any changes and distribute them, please
  32. leave your own finger prints in the source.  Its bad enough
  33. being flamed for my own bugs let alone anyone elses :-)
  34.  
  35.  
  36. HISTORY:
  37.  
  38. This shell was written by Eric Gisin.  It is based on Charles
  39. Forsyth's public domain V7 shell, which he later contributed to
  40. Minix.  John R MacMillan picked up Eric Gisin's version after
  41. Eric moved on to other projects (see ReadMe.jrm).
  42.  
  43. Since then there have been many contributors to this shell.
  44. Most have left their fingerprints within the source and various
  45. ReadMe.xxx and Changes.xxx files reflect their input.
  46.  
  47. This version is basically that known as Eric Gisin's version 3.3
  48. alpha which I obtained indirectly from John R MacMillan who is
  49. the most recent maintainer.  This version has much improved
  50. emacs-mode command line editing (my main contribution) plus
  51. enough extra emacs-mode features to make it difficult to
  52. distinguish from ksh88.  Bug fixes from various contributors are
  53. the only other changes from John MacMillan's version.
  54.  
  55. I have upped the version number for this release to distinguish
  56. it from the original 3.3 version.  This version is much improved
  57. despite the small number of new features.
  58.  
  59. INSTALLATION:
  60.  
  61. The file INSTALL contains intructions for building and
  62. installing the shell.
  63.  
  64. The original instructions indicated that a POSIX compliant
  65. environment and possibly an ANSI compiler are required.  I have
  66. used both gcc and native Sun and the GreenHills ANSI compiler
  67. without problems.
  68.  
  69. The POSIX/STDC compatability stuff in ./std seems to cause lots
  70. of problems for some systems.  This was at least in part because
  71. I distributed it with half the librraies disabled :-), in any
  72. case the shell itself in ./sh can now be compiled without any of
  73. the ./std stuff which makes things much simpler on systems that
  74. have a real POSIX environment.
  75.  
  76. Porting to new environemnts can be a real pain.  I don't really
  77. plan to make a huge effort in this area since I expect that this
  78. shell will be mainly required on exotic or obscure systems (the
  79. ones that the vendor does not provide a ksh for).  Thus the
  80. small "market" does not warrant a C-news or X11 style
  81. portability effort.  Of course if people send patches for
  82. various systems I'm happy to try and integrate them.
  83.  
  84. ENVIRONMENT:
  85.  
  86. My main interest in this shell is for Sun workstations.  Every
  87. other UNIX system I use comes with a real ksh.  Being a strictly
  88. C-shell environment, some improved profile files are in order on
  89. Sun's.
  90.  
  91. The etc directory contains a set of useful environment files.
  92. These are the same files I use on several systems (many use a
  93. real ksh):
  94. ./etc/profile
  95. ./etc/sys_config.sh
  96. ./etc/ksh.kshrc
  97.  
  98. The first one is obvious.  The second, sys_config.sh is sourced
  99. by /etc/profile and several other scripts.  It is used to
  100. determine the system type so that scripts like profile can be
  101. used on multiple platforms.
  102. The third one is also quite useful, add
  103. . /etc/ksh.kshrc
  104. to user's ~/.kshrc to simplify alias management.
  105.  
  106. BUGS:
  107.  
  108. Many folk have contributed to this shell.  
  109. I have attempted to credit (in sh/ChangeLog) the authors of bug
  110. fixes received since the previous release.
  111. There are surely still plenty of bugs to be found/fixed.
  112.  
  113. There is a template bug report in bug-report [borrowed from the
  114. X11R5 mit tree], just fill in the blanks and mail to
  115. pdksh-bug@zen.void.oz.au.
  116.  
  117. I hope you find this shell as useful as I do...
  118.  
  119. Simon J. Gerraty <sjg@zen.void.oz.au>
  120.