Benvingut a complements de Firefox for Android.
Add extra features and styles to make Firefox for Android your own.
TancaComentari del The Unix and Linux Forums (unix.com) per Tiger19
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
Per crear les vostres pròpies col·leccions, heu de tenir un compte al Mozilla Add-ons.