# [[lastgroup]] find last 5 groups on a nix server gawk -F":" '{print $3 ":" $1}' /etc/group | sort -n | tail -5