Tomato 1.28
[tomato.git] / release / src / router / busybox / testsuite / xargs / xargs-works
blobc95869e89d52102c21d703afbf4bc237d1000c13
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