Skip to content

Instantly share code, notes, and snippets.

@ericdorsey
Created August 11, 2016 02:24
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 ericdorsey/98ef09171c3ea2a236dd122e45b7ccdd to your computer and use it in GitHub Desktop.
Save ericdorsey/98ef09171c3ea2a236dd122e45b7ccdd to your computer and use it in GitHub Desktop.
Pretty /etc/passwd

awk -F ":" '{ print $1 }' /etc/passwd | sort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment