1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00

* coreutils.texi (dd invocation): Add to the description of cbs.

This commit is contained in:
Jim Meyering
2006-12-21 10:24:51 +01:00
parent f0ee72aa01
commit 2d4cd37758
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
* coreutils.texi (dd invocation): Improve the documentation
for bs, ibs, obs, and cbs. Suggestion from Dan Jacobson.
Patch by Olivier Delhomme.
(dd invocation): Add to the description of cbs.
2006-12-14 Jim Meyering <jim@meyering.net>
+5
View File
@@ -7176,7 +7176,12 @@ overriding @samp{ibs} and @samp{obs}.
@opindex cbs
@cindex block size of conversion
@cindex conversion block size
@cindex fixed-length records, converting to variable-length
@cindex variable-length records, converting to fixed-length
Set the conversion block size to @var{bytes}.
When converting variable-length records to fixed-length ones
(@option{conv=block}) or the reverse (@option{conv=unblock}),
use @var{bytes} as the fixed record length.
@item skip=@var{blocks}
@opindex skip