Burada gördüğünüz binlerce eklentiyi denemek için, hızlı ve ücretsiz web tarayıcısı Mozilla Firefox'u indirin!
KapatFirefox Eklentileri'ne hoş geldiniz.
Firefox'unuzu kişiselleştirmek için binlerce ekstra özellik ve stilden istediklerinizi seçin.
KapatReview for The Unix and Linux Forums (unix.com) by Tiger19
Rated 3 out of 5 stars
fileservice Datei:
#Aufgabe: fileservice1
echo "Info ueber Dateien"
#Datei
DATEI=$(ll $1 | tr -s " " | cut -f9 -d" ")
#Datum
ERGEBNIS=$(ll $1 | tr -s " " | cut -f7 -d" ")
#Ausgabe:
echo "Auf die Datei $DATEI wurde am $ERGEBNIS zuletzt zugeriffen."
exit
To create your own collections, you must have a Mozilla Add-ons account.