Print en concateneer bestanden. Meer informatie: https://keith.github.io/xcode-man-pages/cat.1.html.
stdout
:cat {{pad/naar/bestand}}
cat {{pad/naar/bestand1 pad/naar/bestand2 ...}} > {{pad/naar/uitvoerbestand}}
cat {{pad/naar/bestand1 pad/naar/bestand2 ...}} >> {{pad/naar/uitvoerbestand}}
cat -u {{/dev/tty12}} > {{/dev/tty13}}
stdin
naar een bestand:cat - > {{pad/naar/bestand}}
cat -n {{pad/naar/bestand}}
M-
prefix als niet-ASCII):cat -v -t -e {{pad/naar/bestand}}