NameDateSize

..Today35

alloc.cH A D16-Jan-20182.3 KiB

c_ksh.cH A D23-Apr-202430.5 KiB

c_sh.cH A D16-Sep-202319.6 KiB

c_test.cH A D29-Jun-202312.3 KiB

c_test.hH A D20-Dec-20041.7 KiB

c_ulimit.cH A D29-Jun-20194.4 KiB

config.hH A D15-Jan-2018619

CONTRIBUTORSH A D25-Jan-20196.9 KiB

edit.cH A D23-Apr-202420 KiB

edit.hH A D29-Jun-20231.5 KiB

emacs.cH A D29-Jun-202341.8 KiB

eval.cH A D29-Jun-202330.8 KiB

exec.cH A D29-Jun-202333 KiB

expand.hH A D06-Jan-20182.7 KiB

expr.cH A D21-Feb-201913.3 KiB

history.cH A D28-Oct-201917.3 KiB

io.cH A D25-Jul-20199.1 KiB

jobs.cH A D07-Jul-202038.6 KiB

ksh.1H A D22-Oct-2023132.6 KiB

LEGALH A D17-Jul-2003312

lex.cH A D29-Apr-202436.2 KiB

lex.hH A D15-Jan-20183.4 KiB

mail.cH A D14-Jan-20194.3 KiB

main.cH A D24-Jul-202318.2 KiB

MakefileH A D30-Jun-2018533

misc.cH A D25-Dec-202126.2 KiB

NOTESH A D12-Jan-201814.6 KiB

path.cH A D29-Jun-20195.1 KiB

PROJECTSH A D08-Jan-20182.5 KiB

READMEH A D11-May-2017862

sh.1H A D07-Mar-202451.8 KiB

sh.hH A D29-Jun-202319.3 KiB

shf.cH A D29-Jun-201921.4 KiB

shf.hH A D13-Dec-20153 KiB

syn.cH A D06-Jul-202119 KiB

table.cH A D16-Jan-20185 KiB

table.hH A D30-Jun-20186.3 KiB

trap.cH A D10-Dec-20189.2 KiB

tree.cH A D02-May-201813.3 KiB

tree.hH A D15-Oct-20155.1 KiB

tty.cH A D25-Oct-20211.2 KiB

tty.hH A D25-Sep-2015549

var.cH A D24-Jul-202327.5 KiB

version.cH A D14-Jul-1999197

vi.cH A D12-Mar-202146.9 KiB

README

1$OpenBSD: README,v 1.16 2017/05/11 20:17:17 jmc Exp $
2
3Last updated Jul '99 for pdksh-5.2.14.
4
5PDksh is a mostly complete AT&T ksh look-alike (see NOTES file for a list
6of things not supported).  Work is mostly finished to make it fully
7compatible with both POSIX and AT&T ksh (when the two don't conflict).
8
9PDksh was being maintained by Michael Rendell (michael@cs.mun.ca),
10who took over from Simon J. Gerraty (sjg@zen.void.oz.au) at the latter's
11suggestion.
12
13Files of interest:
14	CONTRIBUTORS	short history of pdksh, people who contributed, etc.
15	NOTES		lists of known bugs in pdksh, at&t ksh, and posix.
16	PROJECTS	list of things that need to be done in pdksh.
17	LEGAL		A file detailing legal issues concerning pdksh.
18
19
20BTW, THE MOST FREQUENTLY REPORTED BUG IS
21	echo hi | read a; echo $a	# Does not print hi
22I'm aware of this and there is no need to report it.
23