Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
2570b43e829ccfc0f199fe61aafc24b1bd3fc7b1
/
.
/
testsuite
/
sed
/
sed-append-next-line-gnu
blob: d7aba8c2c5324ee3a52976c2e36101d79a3ac0ea [
file
] [
log
] [
blame
]
# FEATURE: CONFIG_FEATURE_SED_GNU_COMPATABILITY
busybox sed
'N;p'
>
output
<<
EOF
a
b
c
EOF
cmp
-
s output
-
<<
EOF
a
b
a
b
c
EOF