Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
8cbaa450305f771825dc9cd4a326fcec352264d2
/
.
/
testsuite
/
sed
/
sed-branch-conditional-inverted
blob: f4df84b3e45259491b5520132d875e028dd8f13f [
file
] [
log
] [
blame
]
busybox sed
's/a/1/;T notone;p;: notone;p'
>
output
<<
EOF
a
b
c
EOF
cmp
-
s output
-
<<
EOF
1
1
1
b
b
c
c
EOF