mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
e526d43c6e
if you ever nhave needed to do something like: tar cf - <big_dir> | rsh cat > /dev/tape then you will appreciate this. do something like tar cf - <big_dir> | buffer | rsh othersys "cat | buffer > /dev/tape" to enjoy HUGE increases in speed while your tape drive does not incessantly back/forth/stop/start.
4 lines
48 B
Plaintext
4 lines
48 B
Plaintext
@cwd /usr/local
|
|
bin/buffer
|
|
man/manl/buffer.l.gz
|