Linux Terminal Glossary
›
Bash Scripting
#!/bin/bash
Category:
Bash Scripting
#!/bin/bash
Copy command
Shebang line to use bash at the fixed path /bin/bash
Tells the OS to run the script with bash at the fixed location /bin/bash. Less portable than env bash.
Looking for more?
Search all 7,657 commands
— works offline, in English or Spanish, and fixes typos.