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

This user has other reviews of this add-on.