Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
8cbaa450305f771825dc9cd4a326fcec352264d2
/
.
/
testsuite
/
sed
/
sed-write-to-stdout
blob: 95b4d724bd6e785a3278fec9624df6618c10fa7b [
file
] [
log
] [
blame
]
Glenn L McGrath
2eed0e2
2003-09-15 06:28:45 +0000
[
diff
] [
blame
]
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