Hey guys I am writing a script to pull admin users from DSLC but to not include our services accounts for example
users=`dscl . -read /Groups/admin GroupMembership | grep "multiple" "users
How can I get grep to remove those so I can report all users except a few ?
Thanks.
