mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 10:23:31 +08:00
dd seek=N now conforms to POSIX if the output isn't seekable.
This commit is contained in:
parent
8f10bd11cf
commit
5923469a3c
4
NEWS
4
NEWS
@ -63,6 +63,10 @@ GNU coreutils NEWS -*- outline -*-
|
||||
On hosts lacking the INFO signal, dd no longer treats the USR1
|
||||
signal as if it were INFO when POSIXLY_CORRECT is set.
|
||||
|
||||
If the file F is non-seekable and contains fewer than N blocks,
|
||||
then before copying "dd seek=N of=F" now extends F with zeroed
|
||||
blocks until F contains N blocks.
|
||||
|
||||
fold changes:
|
||||
|
||||
When POSIXLY_CORRECT is set, "fold file -3" is now equivalent to
|
||||
|
Loading…
Reference in New Issue
Block a user