{
    "content": [
        {
            "type": "text",
            "text": "# write (perldoc)\n\n## TLDR\n\n> Write a message on the terminal of a specified logged in user (`<Ctrl c>` to stop writing messages).\n\n- Send a message to a given user on a given terminal ID:\n  `write {{username}} {{terminal_id}}`\n- Send message to \"testuser\" on terminal `/dev/tty/5`:\n  `write {{testuser}} {{tty/5}}`\n- Send message to \"johndoe\" on pseudo terminal `/dev/pts/5`:\n  `write {{johndoe}} {{pts/5}}`\n\n*Source: tldr-pages*\n\n---\n\n## Full Content\n\n"
        }
    ],
    "structuredContent": {
        "command": "write",
        "section": "-f",
        "mode": "perldoc",
        "summary": null,
        "synopsis": null,
        "tldr_summary": "Write a message on the terminal of a specified logged in user (`<Ctrl c>` to stop writing messages).",
        "tldr_examples": [
            {
                "description": "Send a message to a given user on a given terminal ID",
                "command": "write {{username}} {{terminal_id}}"
            },
            {
                "description": "Send message to \"testuser\" on terminal `/dev/tty/5`",
                "command": "write {{testuser}} {{tty/5}}"
            },
            {
                "description": "Send message to \"johndoe\" on pseudo terminal `/dev/pts/5`",
                "command": "write {{johndoe}} {{pts/5}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [],
        "sections": []
    }
}