InterviewSolution
Saved Bookmarks
| 1. |
What is a shebang line? |
|
Answer» A first line in the shell script which tells which shell need to be used to execute the following commands in the shell script. |
|