Created
February 1, 2018 23:50
-
-
Save Sydney-o9/61a7ff61885e2d673da412d7be830b4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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