.. index:: truncate (command) .. _command_truncate: truncate - truncate files to size ================================= Usage ^^^^^ ``truncate [-c] -s [+]SIZE FILE...`` Synopsis ^^^^^^^^ truncate truncates files to a given size. If a file does not exist, it is created unless told otherwise. Options ^^^^^^^ -c Do not create files -s [+]SIZE truncate file to SIZE, or increase by +SIZE .. generated from: /ptx/work/WORK_EIHEI/sha/backup/barebox/barebox-maintainer-utils/barebox/commands/truncate.c .. command function: do_truncate