Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/testsuite/cat/cat-prints-a-file-and-standard-input

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (17 years ago) by niro
File size: 106 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

1 echo I WANT > foo
2 echo SOMETHING | busybox cat foo - >bar
3 cat >baz <<EOF
4 I WANT
5 SOMETHING
6 EOF
7 cmp bar baz