{
    "content": [
        {
            "type": "text",
            "text": "# stat (perldoc)\n\n## TLDR\n\n> Display file and filesystem information.\n\n- Display properties about a specific file such as size, permissions, creation date, and access date among others:\n  `stat {{path/to/file}}`\n- Display properties about a specific file, only showing the raw result data without labels:\n  `stat {{-t|--terse}} {{path/to/file}}`\n- Display information about the filesystem where a specific file is located:\n  `stat {{-f|--file-system}} {{path/to/file}}`\n- Show only octal file permissions:\n  `stat {{-c|--format}} \"%a %n\" {{path/to/file}}`\n- Show the owner and group of a specific file:\n  `stat {{-c|--format}} \"%U %G\" {{path/to/file}}`\n- Show the size of a specific file in bytes:\n  `stat {{-c|--format}} \"%s %n\" {{path/to/file}}`\n\n*Source: tldr-pages*\n\n---\n\n## Full Content\n\n"
        }
    ],
    "structuredContent": {
        "command": "stat",
        "section": "-f",
        "mode": "perldoc",
        "summary": null,
        "synopsis": null,
        "tldr_summary": "Display file and filesystem information.",
        "tldr_examples": [
            {
                "description": "Display properties about a specific file such as size, permissions, creation date, and access date among others",
                "command": "stat {{path/to/file}}"
            },
            {
                "description": "Display properties about a specific file, only showing the raw result data without labels",
                "command": "stat {{-t|--terse}} {{path/to/file}}"
            },
            {
                "description": "Display information about the filesystem where a specific file is located",
                "command": "stat {{-f|--file-system}} {{path/to/file}}"
            },
            {
                "description": "Show only octal file permissions",
                "command": "stat {{-c|--format}} \"%a %n\" {{path/to/file}}"
            },
            {
                "description": "Show the owner and group of a specific file",
                "command": "stat {{-c|--format}} \"%U %G\" {{path/to/file}}"
            },
            {
                "description": "Show the size of a specific file in bytes",
                "command": "stat {{-c|--format}} \"%s %n\" {{path/to/file}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": []
    }
}