mirror of
https://github.com/sheumann/hush.git
synced 2025-02-07 04:31:22 +00:00
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
|