Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f086ed8ddd4bed67cb255c56b835ea24065c5c5f
/
.
/
testsuite
/
xargs
/
xargs-works
blob: 4ad58180465b9fdcb3728abf113b4045dd333378 [
file
] [
log
] [
blame
]
find
-
name \*works
-
type f
|
xargs md5sum
>
logfile
.
gnu
find
-
name \*works
-
type f
|
busybox xargs md5sum
>
logfile
.
bb
diff
-
u logfile
.
gnu logfile
.
bb