Skip to content

Instantly share code, notes, and snippets.

@myfavouritekk
Created February 8, 2014 08:23
Show Gist options
  • Save myfavouritekk/8878496 to your computer and use it in GitHub Desktop.
Save myfavouritekk/8878496 to your computer and use it in GitHub Desktop.
Unix/Linux: Display Username and UID
cut -d ':' -f 1,3 /etc/passwd | sort -t ':' -k2n - | tr ':' '\t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment