Provided by: rust-coreutils_0.0.14-3_amd64
NAME
truncate - manual page for truncate 0.0.14
DESCRIPTION
/build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/truncate 0.0.14 Shrink or extend the size of each file to the specified size. USAGE: /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/truncate [OPTION]... [FILE]... ARGS: <FILE>... OPTIONS: -c, --no-create do not create files that do not exist -h, --help Print help information -o, --io-blocks treat SIZE as the number of I/O blocks of the file rather than bytes (NOT IMPLEMENTED) -r, --reference <RFILE> base the size of each file on the size of RFILE -s, --size <SIZE> set or adjust the size of each file according to SIZE, which is in bytes unless --io-blocks is specified -V, --version Print version information SIZE is an integer with an optional prefix and optional unit. The available units (K, M, G, T, P, E, Z, and Y) use the following format: 'KB' => 1000 (kilobytes) 'K' => 1024 (kibibytes) 'MB' => 1000*1000 (megabytes) 'M' => 1024*1024 (mebibytes) 'GB' => 1000*1000*1000 (gigabytes) 'G' => 1024*1024*1024 (gibibytes) SIZE may also be prefixed by one of the following to adjust the size of each file based on its current size: '+' => extend by '-' => reduce by '<' => at most '>' => at least '/' => round down to multiple of '%' => round up to multiple of
SEE ALSO
The full documentation for truncate is maintained as a Texinfo manual. If the info and truncate programs are properly installed at your site, the command info truncate should give you access to the complete manual.