~ubuntu-branches/debian/sid/manpages-fr-extra/sid

« back to all changes in this revision

Viewing changes to coreutils/C/man1/dd.1

  • Committer: Package Import Robot
  • Author(s): Simon Paillard, Simon Paillard, David Prévot, Thomas Blein, Cédric Boutillier, Denis Mugnier, Bastien Scher
  • Date: 2011-11-18 21:09:01 UTC
  • Revision ID: package-import@ubuntu.com-20111118210901-ctsh5hx2fni3i62m
Tags: 20111118
[ Simon Paillard ]
* utils-linux: translate blkid 'device' when not a parameter. See #635737
* nfs-utils: add nfsidmap.5, blkmapd.8

[ David Prévot ]
* e2fsprog:
   + remove check-links
   + add new e4defrag.8 man page
* util-linux:
   + add indmnt.8, findmnt.8, fsfreeze.8, fstrim.8, lsblk.8, swaplabel.8
     mkfs.bfs.8, raw.8, rtcwake.8, tunelp.8
   + update translation 
* lilo:
   + global review (mainly lilo.conf.5)
   + update translation
* Update translation of at.
* Update translation of cron.
* Update translation of diffutils.
* Update translation of util-linux.
* Synchronize manpages against testing (instead of sid), to avoid situation
  where English manpages didn't migrate to testing.

[ Thomas Blein ]
* Update translation of eglibc.

[ Cédric Boutillier ]
* Update translation of e2fsprogs.

[ Denis Mugnier ]
* Update translation of nfs-utils.

[ Bastien Scher ]
* Update translation of coreutils.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH DD "1" "April 2010" "GNU coreutils 8.5" "User Commands"
 
2
.TH DD "1" "September 2011" "GNU coreutils 8.12.197-032bb" "User Commands"
3
3
.SH NAME
4
4
dd \- convert and copy a file
5
5
.SH SYNOPSIS
14
14
Copy a file, converting and formatting according to the operands.
15
15
.TP
16
16
bs=BYTES
17
 
read and write BYTES bytes at a time (also see ibs=,obs=)
 
17
read and write up to BYTES bytes at a time
18
18
.TP
19
19
cbs=BYTES
20
20
convert BYTES bytes at a time
26
26
copy only BLOCKS input blocks
27
27
.TP
28
28
ibs=BYTES
29
 
read BYTES bytes at a time (default: 512)
 
29
read up to BYTES bytes at a time (default: 512)
30
30
.TP
31
31
if=FILE
32
32
read from FILE instead of stdin
76
76
lcase
77
77
change upper case to lower case
78
78
.TP
 
79
ucase
 
80
change lower case to upper case
 
81
.TP
 
82
swab
 
83
swap every pair of input bytes
 
84
.TP
 
85
sync
 
86
pad every input block with NULs to ibs\-size; when used
 
87
with block or unblock, pad with spaces rather than NULs
 
88
.TP
 
89
excl
 
90
fail if the output file already exists
 
91
.TP
79
92
nocreat
80
93
do not create the output file
81
94
.TP
82
 
excl
83
 
fail if the output file already exists
84
 
.TP
85
95
notrunc
86
96
do not truncate the output file
87
97
.TP
88
 
ucase
89
 
change lower case to upper case
90
 
.TP
91
 
swab
92
 
swap every pair of input bytes
93
 
.TP
94
98
noerror
95
99
continue after read errors
96
100
.TP
97
 
sync
98
 
pad every input block with NULs to ibs\-size; when used
99
 
with block or unblock, pad with spaces rather than NULs
100
 
.TP
101
101
fdatasync
102
102
physically write output file data before finishing
103
103
.TP
130
130
noatime
131
131
do not update access time
132
132
.TP
 
133
nocache
 
134
discard cached data
 
135
.TP
133
136
noctty
134
137
do not assign controlling terminal from file
135
138
.TP
165
168
.br
166
169
Report dd translation bugs to <http://translationproject.org/team/>
167
170
.SH COPYRIGHT
168
 
Copyright \(co 2010 Free Software Foundation, Inc.
 
171
Copyright \(co 2011 Free Software Foundation, Inc.
169
172
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
170
173
.br
171
174
This is free software: you are free to change and redistribute it.