1
0
This repository has been archived on 2024-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
2023-08-06 20:12:38 +02:00

2 lines
207 B
Bash

cat /etc/passwd | awk -F : '{ print $1 }' | sed '1~2d' | rev | sort -r | sed -n ''$FT_LINE1','$FT_LINE2'p' | awk '{print $0 ", "}' | tr -d '\n' | awk '{ print substr( $0, 1, length($0)-2 ) }' | tr '\n' '.'