11 lines
78 B
Plaintext
11 lines
78 B
Plaintext
|
busybox sed -n 'N;P;p'>output <<EOF
|
||
|
a
|
||
|
b
|
||
|
c
|
||
|
EOF
|
||
|
cmp -s output - <<EOF
|
||
|
a
|
||
|
a
|
||
|
b
|
||
|
EOF
|