Question: When setting the shebang line of a shell script, which of the following commands will help to determine the location of the interpreter automatically? 1.
When setting the shebang line of a shell script, which of the following commands will help to determine the location of the interpreter automatically?
|
| 1. #!/usr/bin/env bash | |
|
| 2. #!/bin/bash | |
|
| 3. #!env | |
|
| 4. /bin/int bash |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
