aboutsummaryrefslogtreecommitdiff
path: root/testsuite/paste/paste-pairs
blob: 90725fa87547abb5a5836087e060c1cb9ec55dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cat > foo <<EOF
foo1
bar1
foo2
bar2
foo3
EOF

cat > bar <<EOF
foo1	bar1
foo2	bar2
foo3
EOF

busybox paste -s -d "\t\n" foo > baz
cmp bar baz