blob: 4497728132e48d6fc7018ba904ec471d0807a7fa [file] [log] [blame]
# Embedded NULs
echo $'str\x00'strstrstrstrstrstrstrstrstrstrstrstrstrstrstrstr
echo $'str\000'strstrstrstrstrstrstrstrstrstrstrstrstrstrstrstr
# The chars after '\' are hex 0x80,81,82...
echo 80:$'\€'
echo 81:$'\'
echo 82:$'\‚'
echo Done:$?