{
    "content": [
        {
            "type": "text",
            "text": "# PINKY (man)\n\n## NAME\n\npinky - lightweight finger\n\n## SYNOPSIS\n\npinky [OPTION]... [USER]...\n\n## TLDR\n\n> Print user information using the `finger` protocol.\n\n- Display details about the current user:\n  `pinky`\n- Display details for a specific user:\n  `pinky {{user}}`\n- Display details in the long format:\n  `pinky {{user}} -l`\n- Omit the user's home directory and shell in long format:\n  `pinky {{user}} -lb`\n- Omit the user's project file in long format:\n  `pinky {{user}} -lh`\n- Omit the column headings in short format:\n  `pinky {{user}} -f`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION** (10 subsections)\n- **AUTHOR**\n- **REPORTING BUGS**\n- **COPYRIGHT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "PINKY",
        "section": "",
        "mode": "man",
        "summary": "pinky - lightweight finger",
        "synopsis": "pinky [OPTION]... [USER]...",
        "tldr_summary": "Print user information using the `finger` protocol.",
        "tldr_examples": [
            {
                "description": "Display details about the current user",
                "command": "pinky"
            },
            {
                "description": "Display details for a specific user",
                "command": "pinky {{user}}"
            },
            {
                "description": "Display details in the long format",
                "command": "pinky {{user}} -l"
            },
            {
                "description": "Omit the user's home directory and shell in long format",
                "command": "pinky {{user}} -lb"
            },
            {
                "description": "Omit the user's project file in long format",
                "command": "pinky {{user}} -lh"
            },
            {
                "description": "Omit the column headings in short format",
                "command": "pinky {{user}} -f"
            }
        ],
        "tldr_source": "official",
        "flags": [
            {
                "flag": "-l",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-b",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-h",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-p",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-s",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-f",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-w",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-i",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-q",
                "long": null,
                "arg": null,
                "description": "--help display this help and exit"
            },
            {
                "flag": "",
                "long": "--version",
                "arg": null,
                "description": "output version information and exit A lightweight 'finger' program; print user information. The utmp file will be /var/run/utmp."
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-l",
                        "lines": 1,
                        "flag": "-l"
                    },
                    {
                        "name": "-b",
                        "lines": 1,
                        "flag": "-b"
                    },
                    {
                        "name": "-h",
                        "lines": 1,
                        "flag": "-h"
                    },
                    {
                        "name": "-p",
                        "lines": 1,
                        "flag": "-p"
                    },
                    {
                        "name": "-s",
                        "lines": 1,
                        "flag": "-s"
                    },
                    {
                        "name": "-f",
                        "lines": 1,
                        "flag": "-f"
                    },
                    {
                        "name": "-w",
                        "lines": 1,
                        "flag": "-w"
                    },
                    {
                        "name": "-i",
                        "lines": 1,
                        "flag": "-i"
                    },
                    {
                        "name": "-q",
                        "lines": 2,
                        "flag": "-q"
                    },
                    {
                        "name": "--version",
                        "lines": 5,
                        "long": "--version"
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "pinky - lightweight finger\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "pinky [OPTION]... [USER]...\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "",
                "subsections": [
                    {
                        "name": "-l",
                        "content": "",
                        "flag": "-l"
                    },
                    {
                        "name": "-b",
                        "content": "",
                        "flag": "-b"
                    },
                    {
                        "name": "-h",
                        "content": "",
                        "flag": "-h"
                    },
                    {
                        "name": "-p",
                        "content": "",
                        "flag": "-p"
                    },
                    {
                        "name": "-s",
                        "content": "",
                        "flag": "-s"
                    },
                    {
                        "name": "-f",
                        "content": "",
                        "flag": "-f"
                    },
                    {
                        "name": "-w",
                        "content": "",
                        "flag": "-w"
                    },
                    {
                        "name": "-i",
                        "content": "",
                        "flag": "-i"
                    },
                    {
                        "name": "-q",
                        "content": "--help display this help and exit\n",
                        "flag": "-q"
                    },
                    {
                        "name": "--version",
                        "content": "output version information and exit\n\nA   lightweight   'finger'   program;   print  user  information.   The  utmp  file  will  be\n/var/run/utmp.\n",
                        "long": "--version"
                    }
                ]
            },
            "AUTHOR": {
                "content": "Written by Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi.\n",
                "subsections": []
            },
            "REPORTING BUGS": {
                "content": "GNU coreutils online help: <https://www.gnu.org/software/coreutils/>\nReport any translation bugs to <https://translationproject.org/team/>\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright © 2020 Free Software Foundation, Inc.  License GPLv3+: GNU GPL version 3  or  later\n<https://gnu.org/licenses/gpl.html>.\nThis  is free software: you are free to change and redistribute it.  There is NO WARRANTY, to\nthe extent permitted by law.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Full documentation <https://www.gnu.org/software/coreutils/pinky>\nor available locally via: info '(coreutils) pinky invocation'\n\n\n\nGNU coreutils 8.32                          January 2026                                    PINKY(1)",
                "subsections": []
            }
        }
    }
}