mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
13 lines
77 B
Plaintext
13 lines
77 B
Plaintext
busybox sed 'n;p'>output <<EOF
|
|
a
|
|
b
|
|
c
|
|
EOF
|
|
cmp -s output - <<EOF
|
|
a
|
|
b
|
|
b
|
|
c
|
|
c
|
|
EOF
|