mirror of
https://github.com/sheumann/hush.git
synced 2024-12-23 05:29:58 +00:00
10 lines
74 B
Plaintext
10 lines
74 B
Plaintext
busybox sed -n 'N;p'>output <<EOF
|
|
a
|
|
b
|
|
c
|
|
EOF
|
|
cmp -s output - <<EOF
|
|
a
|
|
b
|
|
EOF
|