diff options
Diffstat (limited to 'shell01/ex01')
| -rwxr-xr-x | shell01/ex01/print_groups.sh | 1 |
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" |
