OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / original / man1 / truncate.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
2 .TH TRUNCATE "1" "January 2016" "GNU coreutils 8.25" "User Commands"
3 .SH NAME
4 truncate \- shrink or extend the size of a file to the specified size
5 .SH SYNOPSIS
6 .B truncate
7 \fI\,OPTION\/\fR... \fI\,FILE\/\fR...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Shrink or extend the size of each FILE to the specified size
12 .PP
13 A FILE argument that does not exist is created.
14 .PP
15 If a FILE is larger than the specified size, the extra data is lost.
16 If a FILE is shorter, it is extended and the extended part (hole)
17 reads as zero bytes.
18 .PP
19 Mandatory arguments to long options are mandatory for short options too.
20 .TP
21 \fB\-c\fR, \fB\-\-no\-create\fR
22 do not create any files
23 .TP
24 \fB\-o\fR, \fB\-\-io\-blocks\fR
25 treat SIZE as number of IO blocks instead of bytes
26 .TP
27 \fB\-r\fR, \fB\-\-reference\fR=\fI\,RFILE\/\fR
28 base size on RFILE
29 .TP
30 \fB\-s\fR, \fB\-\-size\fR=\fI\,SIZE\/\fR
31 set or adjust the file size by SIZE bytes
32 .TP
33 \fB\-\-help\fR
34 display this help and exit
35 .TP
36 \fB\-\-version\fR
37 output version information and exit
38 .PP
39 The SIZE argument is an integer and optional unit (example: 10K is 10*1024).
40 Units are K,M,G,T,P,E,Z,Y (powers of 1024) or KB,MB,... (powers of 1000).
41 .PP
42 SIZE may also be prefixed by one of the following modifying characters:
43 \&'+' extend by, '\-' reduce by, '<' at most, '>' at least,
44 \&'/' round down to multiple of, '%' round up to multiple of.
45 .SH AUTHOR
46 Written by Padraig Brady.
47 .SH "REPORTING BUGS"
48 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
49 .br
50 Report truncate translation bugs to <http://translationproject.org/team/>
51 .SH COPYRIGHT
52 Copyright \(co 2016 Free Software Foundation, Inc.
53 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
54 .br
55 This is free software: you are free to change and redistribute it.
56 There is NO WARRANTY, to the extent permitted by law.
57 .SH "SEE ALSO"
58 dd(1), truncate(2), ftruncate(2)
59 .PP
60 .br
61 Full documentation at: <http://www.gnu.org/software/coreutils/truncate>
62 .br
63 or available locally via: info \(aq(coreutils) truncate invocation\(aq