Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
de3ea9f049167fdd6813f53af23096b6110afe05
/
.
/
testsuite
/
sed
/
sed-branch-conditional
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