tail
Toon het laatste deel van een bestand. Bekijk ook:
head
. Meer informatie: https://www.gnu.org/software/coreutils/manual/html_node/tail-invocation.html.
tail {{[-n|--lines]}} {{aantal}} {{pad/naar/bestand}}
tail {{[-n|--lines]}} +{{aantal}} {{pad/naar/bestand}}
tail {{[-n|--lines]}} {{aantal}} {{pad/naar/bestand}}
<Ctrl c>
:tail {{[-f|--follow]}} {{pad/naar/bestand}}
<Ctrl c>
, ook als het bestand niet toegangelijk is:tail {{[-F|--retry --follow]}} {{pad/naar/bestand}}
tail {{[-n|--lines]}} {{aantal}} {{[-s|--sleep-interval]}} {{seconden}} {{[-f|--follow]}} {{pad/naar/bestand}}