summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/read8.0
blob: fb786ff008b90fce10d1a179e93d45d903b4bda8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

read a b c <<\EOF
\
A\
 \
 \
 \
B\
 \
 \
C\
 \
 \
 \
EOF
[ "$a.$b.$c" = "A.B.C" ]
OpenPOWER on IntegriCloud