Files
bash/tests/nquote1.sub
2011-12-08 20:15:12 -05:00

7 lines
89 B
Plaintext

set -o history
set -H
echo $'hello\' world'
echo $'hello world!'
echo $'hello\' world!'