{ "name": "split", "section": 1, "title": "split a file into pieces", "synopsis": [ "split [-l N] [-b N] [INPUT [PREFIX]]" ], "description": "Line or byte chunks; output count capped.", "options": [ { "flag": "-h, --help", "meaning": "Print usage" } ], "keywords": [ "split", "bare-os", "coreutils" ], "examples": [ { "caption": "basic", "code": "split" } ], "listCategory": "coreutils" }