newsletter/allusers.fish

4 lines
123 B
Fish
Executable File

#!/usr/local/bin/fish
# with thanks to nossidge
cat /etc/passwd | grep "/home" | grep -v "/bin/false" | cut -d: -f1 | sort