Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
a1c6a57fea0aeb08cc23d68684252fc7e1508f59
/
.
/
testsuite
/
sed
/
sed-next-line
blob: 38fe20cf24f8709d8dd78f2383bbd5ded3f9817d [
file
] [
log
] [
blame
]
Glenn L McGrath
6e5687a
2003-09-15 06:12:53 +0000
[
diff
] [
blame
]
1
busybox sed
'n;p'
>
output
<<
EOF
2
a
3
b
4
c
5
EOF
6
cmp
-
s output
-
<<
EOF
7
a
8
b
9
b
10
c
11
c
12
EOF