Print this page
2556 dd should accept M,G,T,... for sizes

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/dd.1m
          +++ new/usr/src/man/man1m/dd.1m
↓ open down ↓ 395 lines elided ↑ open up ↑
 396  396  .RE
 397  397  .RS +4
 398  398  .TP
 399  399  2.
 400  400  a positive decimal number followed by \fBk\fR, specifying multiplication by
 401  401  1024
 402  402  .RE
 403  403  .RS +4
 404  404  .TP
 405  405  3.
      406 +a positive decimal number followed by \fBM\fR, specifying multiplication by
      407 +1024*1024
      408 +.RE
      409 +.RS +4
      410 +.TP
      411 +4.
      412 +a positive decimal number followed by \fBG\fR, specifying multiplication by
      413 +1024*1024*1024
      414 +.RE
      415 +.RS +4
      416 +.TP
      417 +5.
      418 +a positive decimal number followed by \fBT\fR, specifying multiplication by
      419 +1024*1024*1024*1024
      420 +.RE
      421 +.RS +4
      422 +.TP
      423 +6.
      424 +a positive decimal number followed by \fBP\fR, specifying multiplication by
      425 +1024*1024*1024*1024*1024
      426 +.RE
      427 +.RS +4
      428 +.TP
      429 +7.
      430 +a positive decimal number followed by \fBE\fR, specifying multiplication by
      431 +1024*1024*1024*1024*1024*1024
      432 +.RE
      433 +.RS +4
      434 +.TP
      435 +8.
      436 +a positive decimal number followed by \fBZ\fR, specifying multiplication by
      437 +1024*1024*1024*1024*1024*1024*1024
      438 +.RE
      439 +.RS +4
      440 +.TP
      441 +9.
 406  442  a positive decimal number followed by \fBb\fR, specifying multiplication by
 407  443  512
 408  444  .RE
 409  445  .RS +4
 410  446  .TP
 411      -4.
      447 +10.
 412  448  two or more positive decimal numbers (with or without \fBk\fR or \fBb\fR)
 413  449  separated by \fBx\fR, specifying the product of the indicated values.
 414  450  .RE
 415  451  .sp
 416  452  .LP
 417  453  All of the operands will be processed before any input is read.
 418  454  .SH USAGE
 419  455  .sp
 420  456  .LP
 421  457  See \fBlargefile\fR(5) for the description of the behavior of \fBdd\fR when
↓ open down ↓ 150 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX