Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirabilos/oksh
cvs2git mirror of OpenBSD ksh, to make myself maintiaining mksh more fun
https://github.com/mirabilos/oksh
Last synced: 4 days ago
JSON representation
cvs2git mirror of OpenBSD ksh, to make myself maintiaining mksh more fun
- Host: GitHub
- URL: https://github.com/mirabilos/oksh
- Owner: mirabilos
- Created: 2015-10-05T18:38:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T20:44:58.000Z (over 5 years ago)
- Last Synced: 2024-12-02T02:46:59.271Z (about 1 month ago)
- Language: C
- Size: 1.08 MB
- Stars: 1
- Watchers: 1
- 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 ([email protected]),
who took over from Simon J. Gerraty ([email protected]) 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.