ef527f50e6
function old new delta readtoken1 2824 3172 +348 static.C_escapes - 18 +18 parse_command 1504 1500 -4 SIT 89 83 -6 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/2 up/down: 366/-10) Total: 356 bytes
8 lines
166 B
Plaintext
Executable File
8 lines
166 B
Plaintext
Executable 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'
|