Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimkr/loksh
A Linux port of OpenBSD's ksh
https://github.com/dimkr/loksh
bash c interactive linux openbsd portable shell system
Last synced: 28 days ago
JSON representation
A Linux port of OpenBSD's ksh
- Host: GitHub
- URL: https://github.com/dimkr/loksh
- Owner: dimkr
- Created: 2013-10-12T11:05:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T06:00:13.000Z (7 months ago)
- Last Synced: 2024-09-26T20:56:40.970Z (about 1 month ago)
- Topics: bash, c, interactive, linux, openbsd, portable, shell, system
- Language: C
- Homepage:
- Size: 825 KB
- Stars: 116
- Watchers: 10
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: history.c
Awesome Lists containing this project
README
$OpenBSD: README,v 1.16 2017/05/11 20:17:17 jmc Exp $
Last updated Jul '99 for pdksh-5.2.14.
PDksh 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 latter'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.