What is Shebang in Linux Shell Scripting?
Stay. You'll often come across shell scripts that start with: #!/bin/bash. This #! is called shebang or hashbang. The shebang plays an important role in shell scripting, specially while dealing with different …