Welcome to mirror list, hosted at ThFree Co, Russian Federation.

xargs-works « xargs « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ad58180465b9fdcb3728abf113b4045dd333378 (plain)
1
2
3
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