sed-write-to-stdout 78 B

12345678910
  1. busybox sed -n 'N;P;p'>output <<EOF
  2. a
  3. b
  4. c
  5. EOF
  6. cmp -s output - <<EOF
  7. a
  8. a
  9. b
  10. EOF