https://github.com/equalsraf/openbsd-ksh
Building OpenBSD's ksh in linux
https://github.com/equalsraf/openbsd-ksh
Last synced: 11 months ago
JSON representation
Building OpenBSD's ksh in linux
- Host: GitHub
- URL: https://github.com/equalsraf/openbsd-ksh
- Owner: equalsraf
- Created: 2017-05-07T15:39:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T14:28:16.000Z (almost 9 years ago)
- Last Synced: 2025-03-06T12:30:54.300Z (about 1 year ago)
- Language: C
- Size: 252 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: history.c
Awesome Lists containing this project
README
$OpenBSD: README,v 1.15 2015/12/05 19:40:45 mmcc Exp $
Last updated Jul '99 for pdksh-5.2.14.
PD-ksh is a mostly complete AT&T ksh look-alike (see NOTES file for a list
of things not supported). Work is mostly finished to make it fully
compatible with both POSIX and AT&T ksh (when the two don't conflict).
PDksh was being maintained by Michael Rendell (michael@cs.mun.ca),
who took over from Simon J. Gerraty (sjg@zen.void.oz.au) at the later's
suggestion.
Files of interest:
CONTRIBUTORS short history of pdksh, people who contributed, etc.
NOTES lists of known bugs in pdksh, at&t ksh, and posix.
PROJECTS list of things that need to be done in pdksh.
LEGAL A file detailing legal issues concerning pdksh.
BTW, THE MOST FREQUENTLY REPORTED BUG IS
echo hi | read a; echo $a # Does not print hi
I'm aware of this and there is no need to report it.