data/method/busybox/busybox-1.36.0/shell/hush_test/hush-misc/empty_args.tests

10 lines
150 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
echo Null 0th arg:
""
echo $?
echo Null 1st arg:
# printf without args would print usage info
printf ""
echo $?
echo Null arg in exec:
exec printf ""