mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2025-03-05 18:47:14 +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
|