Why is a header line important to include in a script written for CentOS 7 or any other Linux distribution?
What will be an ideal response?
The header line is the first line in a script. This statement indicates the type of shell environment under which the script is run. When you write a script, you should include a header line to ensure that the script is run under the correct shell.
Computer Science & Information Technology