nt9856x/BSP/busybox/shell/ash_test/ash-misc/control_char2.tests
2023-03-28 15:07:53 +08:00

4 lines
44 B
Plaintext
Executable File

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