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

Last change on this file since 220 was 20, checked in by chris, 16 years ago
File size: 121 bytes
RevLine 
[20]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.