Skip to content

Instantly share code, notes, and snippets.

@Sydney-o9
Created February 1, 2018 23:50
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 Sydney-o9/61a7ff61885e2d673da412d7be830b4d to your computer and use it in GitHub Desktop.
Save Sydney-o9/61a7ff61885e2d673da412d7be830b4d to your computer and use it in GitHub Desktop.
# Show the last 15 group id created
dscacheutil -q group | grep gid | awk ‘{print $2}’ | sort -n | tail -n 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment