This page is obsolete, although still available. The current
Korn Shell Script page is at the following URL:
http://www.mtxia.com/css/Downloads/Scripts/Korn/index.shtml
Contained here are a wide variety of example Korn
Shell scripts. These scripts include applications,
programs, utilities, functions, and code snippets. You
are free to download and evaluate these scripts. If you
choose to continue to use these scripts in a commercial
environment, you will be required to obtain a license
for this purpose. Please contact Mt Xia for licensing
details.
Special Interest Topics:
-
kshAuth:
- Authentication and authorization system for Apache 2.2+ web
server. Provides the ability to enable password protection on a
directory-by-directory basis. Also allows delegation of administration
responsibilities to multiple users.
-
Fortune:
- Unix "fortune" data for Korn Shell 93.
-
Functions:
- Various Korn Shell functions.
-
K93 Unix:
- Korn Shell 93 implementation of standard Unix commands.
-
ksh93 Quick Reference Guide: Testing and Substitutions:
-
This is a 2 page, tri-fold document containing Korn Shell 93 Quick
Reference guide for variable substitutions, file attribute testing,
string and numeric comparisions, and korn shell patterns.
-
ksh93 Quick Reference Guide: Built-in Commands:
-
This is a 2 page, tri-fold document containing Korn Shell 93 Quick
Reference guide for built-in commands to the shell.
-
ksh93 Quick Reference Guide: set and unset Commands:
-
This is a 2 page, tri-fold document containing Korn Shell 93 Quick
Reference guide for the "set" and "unset" commands.
-
ksh93 Quick Reference Guide: typeset Command:
-
This is a 2 page, tri-fold document containing Korn Shell 93 Quick
Reference guide for the "typeset" command.
-
autocontent:
- Automatically extracts specially commented lines from shell scripts and generates documentation.
-
shellscript_template_k93:
- This is a korn shell scripting template for creating new korn shell scripts.
-
mkascii:
- Generate an ASCII Table into an array (indexed by ASCII Character)
-
mkhacmp:
(non-html version)
-
This script generates the HACMP commands necessary to build/rebuild a 2
node - 1 or 2 way cascading cluster, each node with one or more resource
groups, each resource group with one or more application servers.
-
mkord:
- Generate an ASCII Table into an array (indexed by ASCII Decimal Value)
-
mkrandstr:
- Random String Generator. Korn shell script that generates a random
string of characters of a configurable length.(Command
line or Function)
-
mkrandpwd:
- Random Password Generator. Korn shell script that generates a
configurable random password string.
-
mkversion:
- Source code versioning system
-
cal2html_k93:
- Translate the calendar output from the Unix "cal" command into
HTML
-
menugen9_k93:
- HTML Look-and-Feel generator. Uses SSI and also produces
navigational menus based on page relationships.
-
mkuue:
- This utility creates a self extracting archive for a specified
file. The self extracting archive contains a shell script that
knows how to test and reconfigure various attributes of the file, and
the archive also contains a "uuencoded" copy of the file itself.
|