K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-17T19:03:48.000000Z K 7 svn:log V 343 Add a stunningly useful utility. if you ever nhave needed to do something like: tar cf - | rsh cat > /dev/tape then you will appreciate this. do something like tar cf - | buffer | rsh othersys "cat | buffer > /dev/tape" to enjoy HUGE increases in speed while your tape drive does not incessantly back/forth/stop/start. END