-->
Adventures & experiences in contemporary technology
This is actually a fairly simple one: just prefix the relevant command with "ksh" like below (in the example below, bash won’t know what to do with the print command otherwise):
ksh print "Hello, world!"
It’s also useful for running Korn shell scripts under the bash shell as well.
Please be aware that comment moderation is enabled and may delay the appearance of your contribution.