mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
9632db4f86
Before this commit, if `sparsefile` were a regular file of non-zero size whose contents are all null bytes, then dd if=sparsefile of=outfile conv=notrunc would have resulted in `outfile` having zero size as reported by `stat`. After this commit, `outfile` will have the same size as `sparsefile` (even if the contents are represented sparsely by the filesystem). |
||
---|---|---|
.. | ||
benches/factor | ||
by-util | ||
common | ||
fixtures | ||
test_util_name.rs | ||
tests.rs |