P is evaluated V is the argument
I use this one often. It provides a default argument to a command. DEFAULT=some_value value=${1:-$DEFAULT} <command> $value
DEFAULT=some_value value=${1:-$DEFAULT} <command> $value