From c30a5b13731919367ec2d781a107706fd00f21bc Mon Sep 17 00:00:00 2001 From: Rafał Miłecki Date: Mon, 1 Feb 2016 02:17:28 +0100 Subject: dd: support iflag=skip_bytes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Denys Vlasenko --- docs/posix_conformance.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/posix_conformance.txt') 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 -- cgit v1.2.3