{ "name": "truncate", "section": 1, "title": "shrink or extend file size", "synopsis": [ "truncate -s SIZE FILE" ], "description": "Absolute size only; pads with zeros.", "options": [ { "flag": "-h, --help", "meaning": "Print usage" } ], "keywords": [ "truncate", "bare-os", "coreutils" ], "examples": [ { "caption": "basic", "code": "truncate" } ], "listCategory": "coreutils" }