{
    "content": [
        {
            "type": "text",
            "text": "# colrm(1) (man)\n\n**Summary:** colrm - remove columns from a file\n\n**Synopsis:** colrm [first [last]]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -V | --version | — | Display version information and exit. |\n| -h | --help | — | Display help text and exit. |\n\n## See Also\n\n- awk(1p)\n- column(1)\n- expand(1)\n- paste(1)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (9 lines)\n- **OPTIONS** (1 lines) — 2 subsections\n  - -V --version (2 lines)\n  - -h --help (2 lines)\n- **HISTORY** (2 lines)\n- **SEE ALSO** (2 lines)\n- **REPORTING BUGS** (2 lines)\n- **AVAILABILITY** (6 lines)\n\n## Full Content\n\n### NAME\n\ncolrm - remove columns from a file\n\n### SYNOPSIS\n\ncolrm [first [last]]\n\n### DESCRIPTION\n\ncolrm removes selected columns from a file. Input is taken from standard input. Output is\nsent to standard output.\n\nIf called with one parameter the columns of each line will be removed starting with the\nspecified first column. If called with two parameters the columns from the first column to\nthe last column will be removed.\n\nColumn numbering starts with column 1.\n\n### OPTIONS\n\n#### -V --version\n\nDisplay version information and exit.\n\n#### -h --help\n\nDisplay help text and exit.\n\n### HISTORY\n\nThe colrm command appeared in 3.0BSD.\n\n### SEE ALSO\n\nawk(1p), column(1), expand(1), paste(1)\n\n### REPORTING BUGS\n\nFor bug reports, use the issue tracker at https://github.com/karelzak/util-linux/issues.\n\n### AVAILABILITY\n\nThe colrm command is part of the util-linux package which can be downloaded from Linux Kernel\nArchive <https://www.kernel.org/pub/linux/utils/util-linux/>.\n\n\n\nutil-linux 2.37.2                            2021-06-02                                     COLRM(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "colrm",
        "section": "1",
        "mode": "man",
        "summary": "colrm - remove columns from a file",
        "synopsis": "colrm [first [last]]",
        "flags": [
            {
                "flag": "-V",
                "long": "--version",
                "arg": null,
                "description": "Display version information and exit."
            },
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "Display help text and exit."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "awk",
                "section": "1p",
                "url": "https://www.chedong.com/phpMan.php/man/awk/1p/json"
            },
            {
                "name": "column",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/column/1/json"
            },
            {
                "name": "expand",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/expand/1/json"
            },
            {
                "name": "paste",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/paste/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-V --version",
                        "lines": 2,
                        "flag": "-V",
                        "long": "--version"
                    },
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    }
                ]
            },
            {
                "name": "HISTORY",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AVAILABILITY",
                "lines": 6,
                "subsections": []
            }
        ]
    }
}