android_mt6572_jiabo/external/bash/tests/exp4.sub
2025-09-05 16:56:03 +08:00

10 lines
133 B
Text

f=" val" e=
echo "$e"$f
echo $e$f
echo "$e""$f"
if [[ "$1"x == x ]] ; then
echo "no arg passed"
exit 1
fi
echo "$1"x | cat -v