source: drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/tr/tr-d-works @ 20

Last change on this file since 20 was 20, checked in by chris, 16 years ago
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.