Skip to content

Instantly share code, notes, and snippets.

@drj11
Last active December 17, 2015 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drj11/5636862 to your computer and use it in GitHub Desktop.
Save drj11/5636862 to your computer and use it in GitHub Desktop.
generate username to uid number map
# this avoids picking some old empty unused directories that are owned by root
ls -n | sort -n -k 3 | awk '$3>0{print $NF ":x:" $3}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment