Lines Matching refs:ksh

2 for ksh-93; the language described in the second addition of
5 ksh-93 has been compiled and run on several machines with several
7 operating systems and machines that ksh-93 has been known to run on.
9 The layout of files for ksh-93 has changed somewhat since ksh-88,
10 the last major release. Most of the source code for ksh remains in
21 before compiling ksh. Options are of the form SHOPT_option and become
90 In most instances, you will generate ksh from a higher level directory
91 which also generates libcmd and libast libraries on which ksh depends.
92 However, it is possible to generate ksh, with by running make -f ksh.mk
93 in this directory. The ksh.mk file was generated from the nmake Makefile.
95 shell, then you can run the script mamexec < Mamfile to build ksh.
96 If you have nmake, version 2.3 or later, you can use it without the -f ksh.mk.
97 In either case, ksh relies on libraries libast and libcmd which must be
98 built first. The binary for ksh becomes the file named ./ksh which can
105 shared libraries that ksh need and cut startup time substantially.
113 /etc/profile file to reduce initialization time for ksh.
116 permission, the SUID_EXEC compile option must be on, and ksh must be installed
120 and must be a suid program. If you must install ksh in some other directory
123 If you do not have ksh in one of these secure locations, /bin/sh will
125 and/or execute only script. Note, that ksh does not read the .profile
129 The tests sub-directory contains a number of regression tests for ksh.
132 SHELL=$dir/ksh $dir/ksh shtests
133 where dir is the directory of the ksh you want to test.
135 The file PROMO.mm is an advertisement that extolls the virtues of ksh.
141 The file sh.memo contains a draft troff (mm) memo describing ksh. The
143 contains the changes made in this release since ksh-88. The file
144 RELEASE contains bug fixes made in this release since ksh-88. The file
145 COMPATIBILITY contains a list of incompatibilities with ksh-88. The
150 The file ksh.msg is a generated file that contains error messages
156 1 when one of the error messages in ksh.msg needs translation.
159 needs translation. The -D option for ksh builds the dictionary.
174 signifies that ksh has been installed as /bin/sh on this machine.