.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH truncate 1 "truncate 0.0.26" .SH NAME truncate \- Shrink or extend the size of each file to the specified size. .SH SYNOPSIS \fBtruncate\fR [\fB\-o\fR|\fB\-\-io\-blocks\fR] [\fB\-c\fR|\fB\-\-no\-create\fR] [\fB\-r\fR|\fB\-\-reference\fR] [\fB\-s\fR|\fB\-\-size\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] <\fIFILE\fR> .SH DESCRIPTION Shrink or extend the size of each file to the specified size. .SH OPTIONS .TP \fB\-o\fR, \fB\-\-io\-blocks\fR treat SIZE as the number of I/O blocks of the file rather than bytes (NOT IMPLEMENTED) .TP \fB\-c\fR, \fB\-\-no\-create\fR do not create files that do not exist .TP \fB\-r\fR, \fB\-\-reference\fR=\fIRFILE\fR base the size of each file on the size of RFILE .TP \fB\-s\fR, \fB\-\-size\fR=\fISIZE\fR set or adjust the size of each file according to SIZE, which is in bytes unless \-\-io\-blocks is specified .TP \fB\-h\fR, \fB\-\-help\fR Print help .TP \fB\-V\fR, \fB\-\-version\fR Print version .TP <\fIFILE\fR> .SH VERSION v0.0.26