Korn Shell Programming

Korn shell application programming notes.
  • Hello World
  • #!/bin/ksh
    
    print "Hello, World!"