RandomUsefulStuff/miniutils/groups

3 lines
66 B
Bash

#!/bin/sh
echo $(cat /etc/group | grep $USER | sed -e 's/:.*$//')