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
liste:
#Aufgabe: Klassenliste
#         1. Aufgabe liste
if [ "$1" = "" ]; then
    echo "Bitte Klassenkuerzel als Parameter mitgeben!"
    exit
fi
#########################################################################
ERGEBNIS="$1"
echo "$ERGEBNIS"
if [ "$1" == "$(ypcat passwd | cut -c1-6 | grep "$1" | uniq)"  ]; then
    echo "Klassenkuerzel existiert!"
    else
    echo "Klassenkuerzel nicht vorhanden!"
	ERGEBNIS=$(whoami)
fi
#########################################################################
#Benutzerkürzel:
benutzerkuerzel=$(ypcat passwd | grep "$ERGEBNIS"| cut -d ":" -f5 | sort)
echo "$benutzerkuerzel"
exit
To create your own collections, you must have a Mozilla Add-ons account.
 Add-ons
    Add-ons
 
    