Rated 3 out of 5 stars

namenliste:

#Aufgabe: Namenliste
# 4. Aufgabe namenliste


#Welche Mitarbeiter waren noch nie angemeldet(Userkennung)
NEVER=$(lastlog | grep ":" | cut -f1 -d " " | grep "bib")

#echo "$NEVER"

ERGEBNIS=$(ypcat passwd | grep "$NEVER" | cut -d ":" -f5 | sort -k2)
echo "$ERGEBNIS"

exit

This user has other reviews of this add-on.