Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/testsuite/tail/tail-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: 131 byte(s)
-updated to busybox-1.13.4
1 $ECHO -ne "abc\ndef\n123\n" >input
2 $ECHO -ne "def\n123\n" >logfile.ok
3 busybox tail -2 input > logfile.bb
4 cmp logfile.ok logfile.bb