Bash Shebang

Posted by linuxize on Jul 24, 2019 5:32 AM EDT
Linuxize.com
Mail this story
Print this story

If you are learning Bash scripting by reading other people’s code you might have noticed that the first line in the scripts starts with the #! characters and the path to the Bash interpreter. This sequence of characters (#!) is called shebang and is used to tell the operating system which interpreter to use to parse the rest of the file.



Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: GNU, Linux

« Return to the newswire homepage

Subject Topic Starter Replies Views Last Post
Target doesn't have to be binary. cr 1 3,088 Jul 24, 2019 8:46 PM

You cannot post until you login.