mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
b2080298d1
PR: ports/172035 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
Cstream filters data streams, much like the UNIX tool dd(1). It has a more
|
|
traditional commandline syntax, support for precise bandwidth limiting and
|
|
reporting and support for FIFOs. Data limits and throughput rate
|
|
calculation will work for files > 4 GB.
|
|
|
|
Cstream reads from the standard input and writes to the standard output, if
|
|
no filenames are given. It will also 'generate' or 'sink' data if desired.
|
|
|
|
WWW: http://www.cons.org/cracauer/cstream.html
|