{ "name": "expand", "section": 1, "title": "expand", "synopsis": ["expand [-t LIST] [FILE]..."], "description": "Convert tabs to spaces. One -t width uses uniform stops; a comma-separated increasing list uses POSIX-style tab stops (repeating interval from the last two stops).", "options": [ { "flag": "-t LIST", "meaning": "Tab width or comma-separated tab stops (e.g. 8 or 1,4,8)." } ], "keywords": ["expand", "bare-os", "coreutils"] }