mirror of
https://github.com/sheumann/hush.git
synced 2024-11-18 17:10:36 +00:00
14 lines
74 B
Plaintext
14 lines
74 B
Plaintext
busybox sed 'G'>output <<EOF
|
|
a
|
|
b
|
|
c
|
|
EOF
|
|
cmp -s output - <<EOF
|
|
a
|
|
|
|
b
|
|
|
|
c
|
|
|
|
EOF
|