9 lines
50 B
Plaintext
9 lines
50 B
Plaintext
|
unset a
|
||
|
cat <<- $a
|
||
|
OK
|
||
|
$a
|
||
|
cat <<- ""
|
||
|
OK
|
||
|
|
||
|
echo OK
|