RandomUsefulStuff/shellutils/groups

3 lines
66 B
Plaintext
Raw Normal View History

2021-10-14 13:09:49 +02:00
#!/bin/sh
echo $(cat /etc/group | grep $USER | sed -e 's/:.*$//')