Hacker News new | ask | show | jobs
by ahl 3651 days ago
Fair enough; and right now cp doesn't use the fast clone functionality, but it assuredly will. I'm not sure 'cat <file >file.dup' is reasonable for most users.
2 comments

Just teach everyone to use dd instead - dd if=file of=file.dup :-)
If they patched it to use a different syscall, maybe.