To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web!
ĐóngChào mừng đến với tiện ích Firefox.
Choose from thousands of extra features and styles to make Firefox your own.
ĐóngĐánh giá cho The Unix and Linux Forums (unix.com) bởi 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
Để tạo ra bộ sưu tập của riêng mình, bạn phải có một tài khoản trên Tiện ích Mozilla.