logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

truncate - Shrink or extend the size of each file to the specified size.

Description

       Shrink or extend the size of each file to the specified size.

Name

       truncate - Shrink or extend the size of each file to the specified size.

Options

-o, --io-blocks
              treat SIZE as the number of I/O blocks of the file rather than bytes (NOT IMPLEMENTED)

       -c, --no-create
              do not create files that do not exist

       -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

       -h, --help
              Print help

       -V, --version
              Print version

       <FILE>

Synopsis

truncate [-o|--io-blocks] [-c|--no-create] [-r|--reference] [-s|--size] [-h|--help] [-V|--version] <FILE>

Version

       v0.0.30

                                                 truncate 0.0.30                                     truncate(1)

See Also