diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-02-01 02:17:28 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-02-01 02:17:28 +0100 |
commit | c30a5b13731919367ec2d781a107706fd00f21bc (patch) | |
tree | 36491cc56ce6a8d7fa7ca0548212deb1e72f529e /docs | |
parent | 40eea690c7eabbf4d12e1e0c30c31f40125ca996 (diff) | |
download | busybox-c30a5b13731919367ec2d781a107706fd00f21bc.tar.gz |
dd: support iflag=skip_bytes
It allows specifying amount of bytes directly (not only amount of
blocks) is also supported by GNU's Coreutils.
function old new delta
parse_comma_flags - 93 +93
static.iflag_words - 12 +12
dd_main 1569 1580 +11
packed_usage 30591 30600 +9
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 2/0 up/down: 125/0) Total: 125 bytes
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/posix_conformance.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/posix_conformance.txt b/docs/posix_conformance.txt index 5b616d701..c0582dc23 100644 --- a/docs/posix_conformance.txt +++ b/docs/posix_conformance.txt @@ -178,6 +178,7 @@ dd POSIX options: conv=noerror | yes | | conv=notrunc | yes | | conv=sync | yes | | + iflag=skip_bytes| yes | | dd Busybox specific options: conv=fsync |