Y
Hacker News
new
|
ask
|
show
|
jobs
by
tyingq
2709 days ago
It's confusing altogether. For example, that's not how /bin/mv (usually) works.
1 comments
ulysses
2709 days ago
Usually, that's because /bin/mv is just changing a link to the file, not moving the file itself. In cases where it's actually moving the file -- say across a file system boundary -- it does copy the file and then delete the old version.
link
the_duke
2709 days ago
I reckon it was meant in the context of compaction.
link