aboutsummaryrefslogtreecommitdiff
path: root/testsuite/paste/paste-multi-stdin
blob: fee543058b448dab3d73ad6c66cdd7c23261362b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cat > foo <<EOF
line1
line2
line3
line4
line5
line6
EOF

cat > bar <<EOF
line1	line2	line3
line4	line5	line6
EOF

busybox paste - - - < foo > baz
cmp bar baz