Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
8a0b59fb82790e6eea25ed8048b18670c0ea6e79
/
.
/
testsuite
/
sed
/
sed-branch
blob: 47d0a5ff2526972c5d247bba9dc3ec881bf7e8ef [
file
] [
log
] [
blame
]
busybox sed
's/a/1/;t one;p;: one;p'
>
output
<<
EOF
a
b
c
EOF
cmp
-
s output
-
<<
EOF
1
1
b
b
b
c
c
c
EOF