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

Last change on this file was 20, checked in by chris, 16 years ago
File size: 137 bytes
Line 
1echo testing | tr -d '[[:alnum:]]' > logfile.gnu
2echo testing | busybox tr -d '[[:alnum:]]' > logfile.bb
3
4diff -u logfile.gnu logfile.bb
Note: See TracBrowser for help on using the repository browser.