Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
65f9dc01f35aac8ee3ee44b8369a30b118fafef9
/
.
/
testsuite
/
sed
/
sed-append-next-line
blob: 380b7935d8d7468777cff851e38c5b09c6682b08 [
file
] [
log
] [
blame
]
Glenn L McGrath
65f9dc0
2003-09-15 05:35:47 +0000
[
diff
] [
blame^
]
1
busybox sed
-
n
'N;p'
>
output
<<
EOF
2
a
3
b
4
c
5
EOF
6
cmp
-
s output
-
<<
EOF
7
a
8
b
9
EOF