mirror of
https://github.com/sheumann/hush.git
synced 2024-12-28 22:30:05 +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
|