first commit
This commit is contained in:
2
finish/shell01/ex01/print_groups.sh
Normal file
2
finish/shell01/ex01/print_groups.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
id -nG $FT_USER | tr ' ' ',' | tr -d '\n'
|
Reference in New Issue
Block a user