-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1471 from lkoutsofios/master
added documentation pages from Dave Korn's old web site
- Loading branch information
Showing
20 changed files
with
2,777 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<html> | ||
<head><title>AST Software</title></head> | ||
<body> | ||
<a href='ksh/index.html'>The KornShell</a><br> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> | ||
<HTML> | ||
<HEAD> | ||
<META name="generator" content="mm2html (AT&T Research) 2012-01-11"> | ||
<TITLE> www/ksh/examples.mm mm document </TITLE> | ||
<META name="author" content="gsf+dgk+kpv"> | ||
<STYLE type="text/css"> | ||
div.FI { padding-left:2em; text-indent:0em; } | ||
div.HI { padding-left:4em; text-indent:-2em; } | ||
dt { float:left; clear:both; } | ||
dd { margin-left:3em; } | ||
</STYLE> | ||
</HEAD> | ||
<BODY bgcolor=white link=slateblue vlink=teal > | ||
<TABLE border=0 align=center width=96%> | ||
<TBODY><TR><TD valign=top align=left> | ||
<!--INDEX--><!--/INDEX--> | ||
|
||
|
||
<P> | ||
<P><CENTER><FONT color=red><FONT face=courier><H3><A name="Sample Functions">Sample Functions</A></H3></FONT></FONT></CENTER> | ||
<P></P><TABLE border=0 frame=void rules=none width=100%><TBODY><TR><TD> | ||
<TABLE align=center bgcolor=papayawhip border=0 bordercolor=white cellpadding=2 cellspacing=2 frame=void rules=none > | ||
<TBODY> | ||
<TR><TD align=left> | ||
<A href="functions/dirs.txt">dirs</A> </TD><TD align=left> <A href="functions/getopt.txt">getopt</A> </TD><TD align=left> <A href="functions/popd.txt">popd</A> </TD><TD align=left> <A href="functions/title.txt">title</A></TD></TR> | ||
<TR><TD align=left> | ||
<A href="functions/emacs_keybind.txt">emacs_keybind</A> </TD><TD align=left> <A href="functions/keybind.txt">keybind</A> </TD><TD align=left> <A href="functions/pushd.txt">pushd</A> </TD><TD align=left> <A href="functions/vi_keybind.txt">vi_keybind</A></TD></TR> | ||
</TBODY></TABLE></TD></TR></TBODY></TABLE> | ||
|
||
<P> | ||
<P><HR><CENTER><FONT color=red><FONT face=courier><H3><A name="Sample Scripts">Sample Scripts</A></H3></FONT></FONT></CENTER> | ||
<P></P><TABLE border=0 frame=void rules=none width=100%><TBODY><TR><TD> | ||
<TABLE align=center bgcolor=papayawhip border=0 bordercolor=white cellpadding=2 cellspacing=2 frame=void rules=none > | ||
<TBODY> | ||
<TR><TD align=left> | ||
<A href="scripts/cgi-lib.ksh.txt">cgi-lib.ksh</A> </TD><TD align=left> <A href="scripts/env.txt">env</A> </TD><TD align=left> <A href="scripts/which.txt">which</A> </TD><TD align=left> </TD></TR> | ||
<TR><TD align=left> | ||
<A href="scripts/dump-cgi.ksh.txt">dump-cgi.ksh</A> </TD><TD align=left> <A href="scripts/line.txt">line</A> </TD><TD align=left> </TD><TD align=left> </TD></TR> | ||
</TBODY></TABLE></TD></TR></TBODY></TABLE> | ||
<P> | ||
<HR> | ||
<TABLE border=0 align=center width=96%> | ||
<TR> | ||
<TD align=left></TD> | ||
<TD align=center></TD> | ||
<TD align=right>March 13, 2012</TD> | ||
</TR> | ||
</TABLE> | ||
<P> | ||
|
||
</TD></TR></TBODY></TABLE> | ||
|
||
</BODY> | ||
</HTML> |
Oops, something went wrong.