7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
|
# builtins, unlike keywords like "while", can be constructed
|
||
|
# with substitutions
|
||
|
VARIABLE=export
|
||
|
$VARIABLE VARIABLE
|
||
|
env | grep ^VARIABLE
|
||
|
echo OK:$?
|