.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
.TH DD "1" "March 2004" "dd (coreutils) 5.2.1" "User Commands"
.SH NAME
dd \- convert and copy a file
.SH SYNOPSIS
.B dd
[\fIOPTION\fR]...
.SH DESCRIPTION
.\" Add any additional description here
.PP
Copy a file, converting and formatting according to the options.
.TP
bs=BYTES
force ibs=BYTES and obs=BYTES
.TP
cbs=BYTES
convert BYTES bytes at a time
.TP
conv=KEYWORDS
convert the file as per the comma separated keyword list
.TP
count=BLOCKS
copy only BLOCKS input blocks
.TP
ibs=BYTES
read BYTES bytes at a time
.TP
if=FILE
read from FILE instead of stdin
.TP
obs=BYTES
write BYTES bytes at a time
.TP
of=FILE
write to FILE instead of stdout
.TP
seek=BLOCKS
skip BLOCKS obs-sized blocks at start of output
.TP
skip=BLOCKS
skip BLOCKS ibs-sized blocks at start of input
.TP
\fB\-\-help\fR
display this help and exit
.TP
\fB\-\-version\fR
output version information and exit
.PP
BLOCKS and BYTES may be followed by the following multiplicative suffixes:
xM M, c 1, w 2, b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024,
GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y.
Each KEYWORD may be:
.TP
ascii
from EBCDIC to ASCII
.TP
ebcdic
from ASCII to EBCDIC
.TP
ibm
from ASCII to alternated EBCDIC
.TP
block
pad newline-terminated records with spaces to cbs-size
.TP
unblock
replace trailing spaces in cbs-size records with newline
.TP
lcase
change upper case to lower case
.TP
notrunc
do not truncate the output file
.TP
ucase
change lower case to upper case
.TP
swab
swap every pair of input bytes
.TP
noerror
continue after read errors
.TP
sync
pad every input block with NULs to ibs-size; when used
.IP
with block or unblock, pad with spaces rather than NULs
.PP
Note that sending a SIGUSR1 signal to a running `dd' process makes it
print to standard error the number of records read and written so far,
then to resume copying.
.IP
\f(CW$ dd if=/dev/zero of=/dev/null& pid=$!\fR
.br
\f(CW$ kill -USR1 $pid; sleep 1; kill $pid\fR
.IP
10899206+0 records in
10899206+0 records out
.SH AUTHOR
Written by Paul Rubin, David MacKenzie, and Stuart Kemp.
.SH "REPORTING BUGS"
Report bugs to .
.SH COPYRIGHT
Copyright \(co 2004 Free Software Foundation, Inc.
.br
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.SH "SEE ALSO"
The full documentation for
.B dd
is maintained as a Texinfo manual.  If the
.B info
and
.B dd
programs are properly installed at your site, the command
.IP
.B info coreutils dd
.PP
should give you access to the complete manual.






www.fiveanddime.net







Google
Web www.fiveanddime.net