{
    "content": [
        {
            "type": "text",
            "text": "# xfs_mkfile(8) (man)\n\n**Summary:** xfsmkfile - create an XFS file\n\n**Synopsis:** xfsmkfile [ -v ] [ -n ] [ -p ] size[k|b|m|g] filename ...\nxfsmkfile -V\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -v | — | — |  |\n| -n | — | — | of file and write a block. |\n| -p | — | — | to the desired size. |\n| -V | — | — | xfsmkfile(8) |\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (3 lines)\n- **DESCRIPTION** (4 lines)\n- **OPTIONS** (1 lines) — 4 subsections\n  - -v (1 lines)\n  - -n (2 lines)\n  - -p (2 lines)\n  - -V (1 lines)\n\n## Full Content\n\n### NAME\n\nxfsmkfile - create an XFS file\n\n### SYNOPSIS\n\nxfsmkfile [ -v ] [ -n ] [ -p ] size[k|b|m|g] filename ...\nxfsmkfile -V\n\n### DESCRIPTION\n\nxfsmkfile creates one or more files. The file is padded with zeroes by default.  The default\nsize is in bytes, but it can be flagged as kilobytes, blocks, megabytes,  or  gigabytes  with\nthe k, b, m, or g suffixes, respectively.\n\n### OPTIONS\n\n#### -v\n\n#### -n\n\nof file and write a block.\n\n#### -p\n\nto the desired size.\n\n#### -V\n\nxfsmkfile(8)\n\n"
        }
    ],
    "structuredContent": {
        "command": "xfs_mkfile",
        "section": "8",
        "mode": "man",
        "summary": "xfsmkfile - create an XFS file",
        "synopsis": "xfsmkfile [ -v ] [ -n ] [ -p ] size[k|b|m|g] filename ...\nxfsmkfile -V",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-v",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-n",
                "long": null,
                "arg": null,
                "description": "of file and write a block."
            },
            {
                "flag": "-p",
                "long": null,
                "arg": null,
                "description": "to the desired size."
            },
            {
                "flag": "-V",
                "long": null,
                "arg": null,
                "description": "xfsmkfile(8)"
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-v",
                        "lines": 1,
                        "flag": "-v"
                    },
                    {
                        "name": "-n",
                        "lines": 2,
                        "flag": "-n"
                    },
                    {
                        "name": "-p",
                        "lines": 2,
                        "flag": "-p"
                    },
                    {
                        "name": "-V",
                        "lines": 1,
                        "flag": "-V"
                    }
                ]
            }
        ]
    }
}