Live data from Hacker News

Viewing profile — vghnb

vghnb

HN member
Joined
Thu, Sep 19, 2019, 8:22 AM UTC
HN karma
5
Public activity
2 items

About vghnb

No profile information was provided.

Recent public activity

  1. comment
    Comment #21014457

    After the first command, $_ expands to whatever the last argument to the previous command expanded to. In this case the previous command was : and the only argument is by definitio…

  2. comment
    Comment #21014404

    : is the null command. Kind of like /bin/true. So : followed by anything exists simply to perform expansion on something. If you fully understand what that means, then you will und…