1.

What Is The Use Of “#!/bin/bash” ?

Answer»

#!/bin/bash is the first of a shell script , KNOWN as SHEBANG , where # SYMBOL is called HASH and ‘!’ is called as BANG. It shows that command to be executed via /bin/bash.

#!/bin/bash is the first of a shell script , known as shebang , where # symbol is called hash and ‘!’ is called as bang. It shows that command to be executed via /bin/bash.



Discussion

No Comment Found