mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 01:38:04 +00:00
1af709f642
When specifying `seek=N` and *not* specifying `conv=notrunc`, truncate the output file to `N` blocks instead of truncating it to zero before starting to write output. For example $ printf "abc" > outfile $ printf "123" | dd bs=1 skip=1 seek=1 count=1 status=noxfer of=outfile 1+0 records in 1+0 records out $ cat outfile a2 Fixes #3068. |
||
---|---|---|
.. | ||
benches/factor | ||
by-util | ||
common | ||
fixtures | ||
test_util_name.rs | ||
tests.rs |