To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web!
CloseWelcome to Firefox Add-ons.
Choose from thousands of extra features and styles to make Firefox your own.
CloseReview for The Unix and Linux Forums (unix.com) by Tiger19
Rated 3 out of 5 stars
lastlogin:
#Aufgabe: Untätigkeit
# 2. Aufgabe lastlogin
#Welche Mitarbeiter waren noch nie angemeldet:
never=$(lastlog | grep "**Never logged in**" | grep "bib"| sort | cut -f1 -d " ")
echo "Diese Mitarbeiter waren nie angemeldet:"
echo "$never"
exit
To create your own collections, you must have a Mozilla Add-ons account.