this post was submitted on 24 Mar 2026
4 points (100.0% liked)
Hacker News
4588 readers
458 users here now
Posts from the RSS Feed of HackerNews.
The feed sometimes contains ads and posts that have been removed by the mod team at HN.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is not true. The reason to use
ddis to be able to write a fixed amount from any location in the source to any location in the destination. You have lots of control how this happens. But the way everyone uses it, to write a whole file to another whole file it offers no benefit. If anything you have to tune the prams to get decent performance out of it. Any other copy tool uses a better block size by default and so all you can do is match the performance of other copy commands like bash redirection and cp.