Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
0a3b0106ab62950a3486ca33a7e3c9ee6d0e0fca
/
.
/
testsuite
/
sed
/
sed-prints-line-once-for-multiple-substs
blob: ba8955d6e53a12cdfbbaf64b3523946f7f6bc2cc [
file
] [
log
] [
blame
]
busybox sed
-
e s
/
1
/
2
/
g
-
e s
/
3
/
4
/
g
>
output
<<
EOF
1
EOF
echo
2
|
cmp
-
s output
-