Toon het laatste deel van een bestand. Bekijk ook:
head
. Meer informatie: https://keith.github.io/xcode-man-pages/tail.1.html.
tail -n {{8}} {{pad/naar/bestand}}
tail -n +{{8}} {{pad/naar/bestand}}
tail -c {{8}} {{pad/naar/bestand}}
Ctrl + C
:tail -f {{pad/naar/bestand}}
Ctrl + C
, ook als het bestand niet toegangelijk is:tail -F {{pad/naar/bestand}}
tail -n {{8}} -s {{10}} -f {{pad/naar/bestand}}