Korn shell is a programming language created in 1983.
#187on PLDB | 41Years Old |
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...
echo "Hello, world!"
#!/bin/ksh
echo "Hello World"
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ | echo | |
Here Document | ✓ |