(#!/bin/bash ) What exactly is this ?
WHAT IS THIS LINE CALLED? This first line (#!/bin/bash or #!/bin/sh) has a name. It is known as ?she-bang?(shabang). This derives from the concatenation of the tokens sharp (#) and bang (!). It is also called as sh-bang, hashbang, poundbang...