busybox/shell/ash_test/ash-misc/control_char2.tests

4 lines
44 B
Plaintext
Executable File

c=`printf '\3'`
eval "echo $c"
echo Done:$?