OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / GNU_fileutils / original / man1 / dd.1
1 ." DO NOT MODIFY THIS FILE!  It was generated by help2man 1.5.1.2.
2 .TH DD 1 "November 1998" "GNU fileutils 4.0" "FSF"
3 .SH NAME
4 dd \- convert and copy a file
5 .SH SYNOPSIS
6 .B dd
7 [\fIOPTION\fR]...
8 .SH DESCRIPTION
9 .PP
10 .\" Add any additional description here
11 .PP
12 Copy a file, converting and formatting according to the options.
13 .TP
14 bs=BYTES
15 force ibs=BYTES and obs=BYTES
16 .TP
17 cbs=BYTES
18 convert BYTES bytes at a time
19 .TP
20 conv=KEYWORDS
21 convert the file as per the comma separated keyword list
22 .TP
23 count=BLOCKS
24 copy only BLOCKS input blocks
25 .TP
26 ibs=BYTES
27 read BYTES bytes at a time
28 .TP
29 if=FILE
30 read from FILE instead of stdin
31 .TP
32 obs=BYTES
33 write BYTES bytes at a time
34 .TP
35 of=FILE
36 write to FILE instead of stdout
37 .TP
38 seek=BLOCKS
39 skip BLOCKS obs-sized blocks at start of output
40 .TP
41 skip=BLOCKS
42 skip BLOCKS ibs-sized blocks at start of input
43 .TP
44 \fB\-\-help\fR
45 display this help and exit
46 .TP
47 \fB\-\-version\fR
48 output version information and exit
49 .PP
50 BYTES may be followed by the following multiplicative suffixes:
51 xM M, c 1, w 2, b 512, kD 1000, k 1024, MD 1,000,000, M 1,048,576,
52 GD 1,000,000,000, G 1,073,741,824, and so on for T, P, E, Z, Y.
53 Each KEYWORD may be:
54 .TP
55 ascii
56 from EBCDIC to ASCII
57 .TP
58 ebcdic
59 from ASCII to EBCDIC
60 .TP
61 ibm
62 from ASCII to alternated EBCDIC
63 .TP
64 block
65 pad newline-terminated records with spaces to cbs-size
66 .TP
67 unblock
68 replace trailing spaces in cbs-size records with newline
69 .TP
70 lcase
71 change upper case to lower case
72 .TP
73 notrunc
74 do not truncate the output file
75 .TP
76 ucase
77 change lower case to upper case
78 .TP
79 swab
80 swap every pair of input bytes
81 .TP
82 noerror
83 continue after read errors
84 .TP
85 sync
86 pad every input block with NULs to ibs-size
87 .SH "REPORTING BUGS"
88 Report bugs to <bug-fileutils@gnu.org>.
89 .SH "SEE ALSO"
90 The full documentation for
91 .B dd
92 is maintained as a Texinfo manual.  If the
93 .B info
94 and
95 .B dd
96 programs are properly installed at your site, the command
97 .IP
98 .B info dd
99 .PP
100 should give you access to the complete manual.