Bash: Variable interpolation
22 September 2022 (Updated 22 September 2022)
ERROR_FILE="$HOME/blah-blah-blah"
$HOME
can be replaced with any valid variable.
Tagged:
Bash scripting
ERROR_FILE="$HOME/blah-blah-blah"
$HOME
can be replaced with any valid variable.