source: MondoRescue/branches/2.2.5/mindi-busybox/testsuite/tr/tr-d-works@ 1765

Last change on this file since 1765 was 1765, checked in by Bruno Cornec, 16 years ago

Update to busybox 1.7.2

File size: 121 bytes
Line 
1echo testing | tr -d aeiou > logfile.gnu
2echo testing | busybox tr -d aeiou > logfile.bb
3
4diff -u logfile.gnu logfile.bb
Note: See TracBrowser for help on using the repository browser.