dd

command
v0.0.0-...-7eb602e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2018 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Overview

Convert and copy a file.

Synopsis:

dd [OPTIONS...] [-inName FILE] [-outName FILE]

Description:

dd is modeled after dd(1).

Options:

-ibs n:   input block size (default=1)
-obs n:   output block size (default=1)
-bs n:    input and output block size (default=0)
-skip n:  skip n ibs-sized input blocks before reading (default=0)
-seek n:  seek n obs-sized output blocks before writing (default=0)
-conv s:  Convert the file on a specific way, like notrunc
-count n: copy only n ibs-sized input blocks
-inName:  defaults to stdin
-outName: defaults to stdout
-status:  print transfer stats to stderr, can be one of:
    none:     do not display
    xfer:     print on completion (default)
    progress: print throughout transfer (GNU)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL