Review 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.