Sign in
coral
/
busybox
/
23465579df7082514a10b7f5d5d9794e248fc1f2
/
.
/
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