|
|
|
|
|
by regentbowerbird
606 days ago
|
|
Super cool, thanks. I wondered how its speed could be adjusted and found `pv` can be used for throttling pipe throughput, so thanks for that too! Limited to reading 50kB per second: cat /dev/urandom | pv -q -L 50k | hexdump -C | grep 'ca fe'
|
|