Measures Concepts
GitHub icon

Korn shell

Korn shell - Programming language

< >

Korn shell is a programming language created in 1983.

#432on PLDB 41Years Old

Try now: Riju

KornShell (ksh) is a Unix shell which was developed by David Korn at Bell Labs in the early 1980s and announced at USENIX on July 14, 1983. The initial development was based on Bourne shell source code. Other early contributors were Bell Labs developers Mike Veach and Pat Sullivan, who wrote the Emacs and vi-style line editing modes' code, respectively. Read more on Wikipedia...


Example from Riju:
echo "Hello, world!"
Example from hello-world:
#!/bin/ksh echo "Hello World"

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Print() Debugging ✓ echo
Here Document ✓

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout