cosmic/bin/voyagers

3 lines
83 B
Bash
Executable File

#!/bin/sh
grep -E '1[0-9]{3}' "/etc/passwd" | grep 'home' | awk -F":" '{print $1}'