source:
drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/xargs/xargs-works
@
192
| Last change on this file since 192 was 20, checked in by chris, 18 years ago | |
|---|---|
| File size: 180 bytes | |
| Line | |
|---|---|
| 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 |
Note: See TracBrowser
for help on using the repository browser.
