xref: /freebsd/bin/sh/tests/builtins/read8.0 (revision a64729f5077d77e13b9497cb33ecb3c82e606ee8)
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