Env: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
/usr/bin/env bash | /usr/bin/env bash | ||
=Use on the Shebang Line= | |||
{{External|https://www.baeldung.com/linux/bash-shebang-lines}} |
Revision as of 02:58, 2 May 2023
External
Internal
Overview
Run a command with a modified environment.
/usr/bin/env [utility]
/usr/bin/env bash