Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
9bfb2fc9225be23b7625cedd565358977350a22d
/
.
/
testsuite
/
sed
/
sed-branch-conditional-inverted
blob: f4df84b3e45259491b5520132d875e028dd8f13f [
file
] [
log
] [
blame
]
Rob Landley
93850a5
2005-05-18 06:34:37 +0000
[
diff
] [
blame
]
1
busybox sed
's/a/1/;T notone;p;: notone;p'
>
output
<<
EOF
2
a
3
b
4
c
5
EOF
6
cmp
-
s output
-
<<
EOF
7
1
8
1
9
1
10
b
11
b
12
c
13
c
14
EOF