Computer Science, asked by oraclerkumar, 6 months ago

List out two ways to execute the script.​

Answers

Answered by harini123455
3

Answer:

4 Ways of Executing a Shell Script in UNIX / Linux

Execute Shell Script Using File Name. Use the shell script file name to execute it either by using it's relative path or absolute path as shown below. ...

Execute Shell SCript by Specifying the Interpreter. ...

Execute Shell Script Using . ./ (dot space dot slash) ...

Execute Shell Script Using Source Command.

Similar questions