projects
/
oweals
/
busybox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tar,unzip: postpone creation of symlinks with "suspicious" targets
[oweals/busybox.git]
/
testsuite
/
xargs
/
xargs-works
1
[ -n "$d" ] || d=..
2
find "$d" -name \*works -type f | xargs md5sum > logfile.gnu
3
find "$d" -name \*works -type f | busybox xargs md5sum > logfile.bb
4
diff -u logfile.gnu logfile.bb