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