Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e05f9286a943eb74bdcdead86c016e6c8cc5c082
/
.
/
testsuite
/
xargs
/
xargs-works
blob: c95869e89d52102c21d703afbf4bc237d1000c13 [
file
] [
log
] [
blame
]
[
-
n
"$d"
]
||
d
=..
find
"$d"
-
name \*works
-
type f
|
xargs md5sum
>
logfile
.
gnu
find
"$d"
-
name \*works
-
type f
|
busybox xargs md5sum
>
logfile
.
bb
diff
-
u logfile
.
gnu logfile
.
bb