tailToon het laatste deel van een bestand. Zie ook:
head. Meer informatie: https://www.gnu.org/software/coreutils/manual/html_node/tail-invocation.html.
tail {{pad/naar/bestand}}
tail {{path/to/file1 path/to/file2 ...}}
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}}
aantal regels in een bestand en ververs iedere seconden seconden:tail {{[-n|--lines]}} {{aantal}} {{[-s|--sleep-interval]}} {{seconden}} {{[-f|--follow]}} {{pad/naar/bestand}}