csv-group-members - list system groups and users that belong to them in CSV format
csv-group-members [OPTION]…
Print to standard output the list of system groups and users that belong to them in the CSV format.
name | type |
---|---|
group_name | string |
user_name | string |
csv-group-members -s
csv-group-members -T | csv-grep -T group_member -c group_name -x -F audio | csv-users -M | csv-sqlite -T 'select user.uid from user, group_member where user.name = group_member.user_name' -s
csv-groups(1), csv-users(1), csv-show(1), csv-nix-tools(7)