Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
fca056f69129ae2b540ab14a1c5d4cf5f8becf9f
/
.
/
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
;