Question { 7183 }
How to enable the shell to know what program should be run
to interpret the script?
Answer
The first line of any script shpuld specify the shell type
in which the script is run.
Syntax is
"#!/bin/xyz"
where xyz is the shell type in which the script must run.
As syntax in different shells vary so it is important to
make a global script.