Y
Hacker News
new
|
ask
|
show
|
jobs
by
takeda
3450 days ago
Is there a benefit to use dd over cat in this case?
1 comments
circuit_breaker
3449 days ago
You could use it to rate limit... or arbitrarily set block sizes per use case. I've used it for the former when doing 'over the wire' backups through ssh
link