Pentru a încerca mii de suplimente disponibile aici, descarcă Mozilla Firefox, o modalitate rapidă și gratuită de a naviga pe web!
ÎnchideWelcome to Firefox Add-ons.
Choose from thousands of extra features and styles to make Firefox your own.
ÎnchideReview for The Unix and Linux Forums (unix.com) by Tiger19
Evaluată cu 3 din 5 stele
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
To create your own collections, you must have a Mozilla Add-ons account.