cat
Print en concateneer bestanden. Meer informatie: https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.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}}
stdin
naar een bestand:cat - > {{pad/naar/bestand}}
cat {{[-n|--number]}} {{pad/naar/bestand}}
M-
prefix als niet-ASCII):cat {{[-vte|--show-nonprinting -t -e]}} {{pad/naar/bestand}}