Using The Korn Shell in Scripts

   

Korn Shell: Unix and Linux Programming Manual, Third Edition, The
By Anatole Olczak

Table of Contents
Chapter 1.  Introduction


For those experienced users that are ready to dive into writing some Korn shell scripts, but do not have their login shells configured for the Korn shell, make sure to add this to the top of your Korn shell script to make sure that it is executed by the Korn shell:

 #!/bin/ksh 

Use the full pathname of ksh if it is not located in /bin.


       
    Top
     



    Korn Shell. Unix and Linux Programming Manual, Third Edition
    Korn Shell. Unix and Linux Programming Manual, Third Edition
    ISBN: N/A
    EAN: N/A
    Year: 2000
    Pages: 177

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net