tail

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}}

tail -f {{pad/naar/bestand}}

tail -F {{pad/naar/bestand}}

tail -n {{8}} -s {{10}} -f {{pad/naar/bestand}}