Sign in
coral
/
busybox
/
23465579df7082514a10b7f5d5d9794e248fc1f2
/
.
/
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