Sign in
nest-open-source
/
nest-hello
/
507800056
/
busybox
/
93bb1df950bc8e64dad7b804ca2f5050e3772296
/
.
/
shell
/
ash_test
/
ash-quoting
/
dollar_squote_bash1.tests
blob: 93a56cac3ab9a088a0a510aa190a98b74aa80045 [
file
]
echo $
'a\tb'
echo $
'a\nb'
$
'c\nd''ef'
echo $
'a\'b'
$
'c\"d'
$
'e\\f'
echo $
'a\63b'
$
'c\063b'
$
'e\0633f'
echo $
'a\80b'
$
'c\608b'
echo $
'a\x33b'
$
'c\x330b'
echo $
'x\x9y'