aboutsummaryrefslogtreecommitdiff
path: root/shell01/ex01/print_groups.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shell01/ex01/print_groups.sh')
-rwxr-xr-xshell01/ex01/print_groups.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell01/ex01/print_groups.sh b/shell01/ex01/print_groups.sh
new file mode 100755
index 0000000..b3d02de
--- /dev/null
+++ b/shell01/ex01/print_groups.sh
@@ -0,0 +1 @@
+groups $FT_USER | tr " " "," | tr -d "\n"