xref: /freebsd/bin/sh/tests/builtins/read8.0 (revision 7c31cdfa408a4ebce7a3e10d29056a15c28bc092)
1
2read a b c <<\EOF
3\
4A\
5 \
6 \
7 \
8B\
9 \
10 \
11C\
12 \
13 \
14 \
15EOF
16[ "$a.$b.$c" = "A.B.C" ]
17