summaryrefslogtreecommitdiffstats
path: root/tests/exp4.sub
blob: d022cebba0b7f4ef59c5cdd7e67cc1bbe9354421 (plain)
1
2
3
4
5
6
7
8
9
10
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