awk -F: '{print $1 "," $5}' /etc/passwd | grep '^0' | perl -pe 's/^/6/; s/.,/\n/' !! | sed '1d' !! | head
documented on: 1999.10.22