Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
ab8215431f43d132cbb0986dec6fbd542350f9d9
/
.
/
testsuite
/
strings
/
strings-works-like-GNU
blob: 02e4231345a1192dbcdda834094025ed87d13545 [
file
] [
log
] [
blame
]
rm
-
f foo bar
strings
-
af
../../
busybox
>
foo
busybox strings
-
af
../../
busybox
>
bar
test
!
-
f foo
-
a
-
f bar
if
[
$
?
=
0
]
;
then
diff
-
q foo bar
fi
;