Print environmental variables in Bash


Use printenv to see what environment variables are set.
#!/usr/bin/env bash printenv set -x
Posted in Computing Notes | Tagged: Bash, Linux
Apologia, decisions, & consequences
Use printenv to see what environment variables are set.
#!/usr/bin/env bash printenv set -x
Posted in Computing Notes | Tagged: Bash, Linux