Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
a1c6a57fea0aeb08cc23d68684252fc7e1508f59
/
.
/
testsuite
/
sed
/
sed-append-hold-space-to-pattern-space
blob: 6dda80feee56873274f177e83774b68b8b965c07 [
file
] [
log
] [
blame
]
Glenn L McGrath
977451e
2003-09-15 12:07:48 +0000
[
diff
] [
blame
]
1
busybox sed
'G'
>
output
<<
EOF
2
a
3
b
4
c
5
EOF
6
cmp
-
s output
-
<<
EOF
7
a
8
9
b
10
11
c
12
13
EOF