Skip to content

Instantly share code, notes, and snippets.

View ingolohr's full-sized avatar

ingolohr

  • Tiny Speck/Slack
  • San Francisco, California
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ingolohr on github.
  • I am ingolohr (https://keybase.io/ingolohr) on keybase.
  • I have a public key whose fingerprint is DCBB 6B53 D407 614E BE92 DAA0 2C95 B060 C800 C931

To claim this, I am signing this object:

#!/usr/bin/python
# List the account and human names from an /etc/passwd-style
# file on standard input in sorted order. If there is no human name,
# or it equals the userid, then the name is printed as [ none ]
import sys, string
# Dictionary of entries.
iddict = { }