adspace
Answer Posted / Prachi Shikher
#!/bin/sh" is called the shebang or hashbang. It indicates that the file should be executed as a shell script using the 'sh' interpreter, which is the Bourne Shell in this case.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers