What is this line in the shell script do ??? #!/bin/ksh
What is this line in the shell script do ??? #!/bin/ksh
This line (#!/bin/ksh) is called the sibang line.it tell the unix how the file should be run.
This denotes its a shell script , also points the type of the shell like ksh, bash etc
There are currently 1 users browsing this thread. (0 members and 1 guests)