adspace


What is a shebang line?

Answer Posted / Arun Tomar

A shebang line, also known as a hashbang, is the first line in a script or executable file that tells the system which interpreter to use to execute the script. It consists of `#!` followed by the path to the interpreter and an optional additional argument. For example, a shebang line for a bash script looks like this: `#!/bin/bash`.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest linux kernel?

1035


What is the latest version of linux?

1022


How do I search for files containing specific text in linux?

826