Using The Korn Shell in Scripts

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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.220.219.33