#!/usr/bin/env bash

Category: Bash Scripting

#!/usr/bin/env bash

Shebang line to use bash found in environment PATH

The first line of a bash script that tells the OS to run it with bash. /usr/bin/env finds bash anywhere in the PATH.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.