Gib das Ende einer Datei aus. Weitere Informationen: https://www.gnu.org/software/coreutils/tail.
tail -n {{anzahl_an_zeilen}} {{datei}}
tail -n +{{zeile}} {{datei}}
tail -c {{anzahl_an_bytes}} {{datei}}
Ctrl + C
gedrückt wird:tail -f {{datei}}
Ctrl + C
gedrückt wird, selbst, wenn die Datei nicht zugänglich ist:tail -F {{datei}}
tail -n {{anzahl_an_zeilen}} -s {{anzahl_an_sekunden}} -f {{datei}}