coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: manpage of `dd`: multiplicative suffixes ambiguous


From: Pádraig Brady
Subject: Re: manpage of `dd`: multiplicative suffixes ambiguous
Date: Thu, 18 Aug 2016 12:16:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 18/08/16 11:27, Reuti wrote:
> Hi,
> 
> looking in the man page of `dd` for multiplicative suffixes I understand that 
> e.g. "K =1024". What I don't understand is the specification:
> 
> xM =M GB  =1000*1000*1000
> 
> between two commas. Is there a comma missing, or is the "xM =M" there by 
> accident? It even reads this way in coreutils 8.25.

Yes a missing comma, which was not needed in --help output,
but due to wrapping is needed for the man page. Fixed in:
http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v8.25-56-g3e71b06

NxM is calculated, so `dd count=10x12` processes 120 blocks.

thanks,
Pádraig.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]