{
    "content": [
        {
            "type": "text",
            "text": "# pinky (man)\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---\n\n**Summary:** pinky - lightweight finger\n\n**Synopsis:** pinky [OPTION]... [USER]...\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -l | — | — |  |\n| -b | — | — |  |\n| -h | — | — |  |\n| -p | — | — |  |\n| -s | — | — |  |\n| -f | — | — |  |\n| -w | — | — |  |\n| -i | — | — |  |\n| -q | — | — | --help display this help and exit |\n| — | --version | — | output version information and exit A lightweight 'finger' program; print user information. The utmp file will be /var/r |\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (1 lines) — 10 subsections\n  - -l (1 lines)\n  - -b (1 lines)\n  - -h (1 lines)\n  - -p (1 lines)\n  - -s (1 lines)\n  - -f (1 lines)\n  - -w (1 lines)\n  - -i (1 lines)\n  - -q (2 lines)\n  - --version (5 lines)\n- **AUTHOR** (2 lines)\n- **REPORTING BUGS** (3 lines)\n- **COPYRIGHT** (5 lines)\n- **SEE ALSO** (6 lines)\n\n## Full Content\n\n### NAME\n\npinky - lightweight finger\n\n### SYNOPSIS\n\npinky [OPTION]... [USER]...\n\n### DESCRIPTION\n\n#### -l\n\n#### -b\n\n#### -h\n\n#### -p\n\n#### -s\n\n#### -f\n\n#### -w\n\n#### -i\n\n#### -q\n\n--help display this help and exit\n\n#### --version\n\noutput version information and exit\n\nA   lightweight   'finger'   program;   print  user  information.   The  utmp  file  will  be\n/var/run/utmp.\n\n### AUTHOR\n\nWritten by Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi.\n\n### REPORTING BUGS\n\nGNU coreutils online help: <https://www.gnu.org/software/coreutils/>\nReport any translation bugs to <https://translationproject.org/team/>\n\n### COPYRIGHT\n\nCopyright © 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\n### SEE ALSO\n\nFull 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)\n\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": []
            }
        }
    }
}