Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/testsuite/tr/tr-d-works

Parent Directory Parent Directory | Revision Log Revision Log


Revision 816 - (show annotations) (download)
Fri Apr 24 18:33:46 2009 UTC (15 years, 1 month ago) by niro
File size: 121 byte(s)
-updated to busybox-1.13.4
1 echo testing | tr -d aeiou > logfile.gnu
2 echo testing | busybox tr -d aeiou > logfile.bb
3
4 diff -u logfile.gnu logfile.bb