2023-11-16 23:19:36 -05:00

6 lines
72 B
Plaintext
Executable File

v='{q,w}'
# Should not brace-expand v value
echo $v
echo "$v"
echo Done