piscine-shell01/ex01/print_groups.sh

4 lines
57 B
Bash
Executable File

#!/bin/sh
id "${FT_USER}" -nG | tr ' ' ',' | tr -d '\n'