mirror of
https://github.com/sheumann/hush.git
synced 2024-12-28 07:30:23 +00:00
10 lines
89 B
Plaintext
10 lines
89 B
Plaintext
|
busybox sed 's/foo/bar/p'>output <<EOF
|
||
|
foo
|
||
|
bar
|
||
|
EOF
|
||
|
cmp -s output - <<EOF
|
||
|
bar
|
||
|
bar
|
||
|
bar
|
||
|
EOF
|