DEBSOURCES
Skip Quicknav
sources / bash / 5.0-4 / tests / exp4.sub
12345678910
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