cat

Print en concateneer bestanden. Meer informatie: https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html.

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 - > {{pad/naar/bestand}}

cat {{[-n|--number]}} {{pad/naar/bestand}}

cat {{[-vte|--show-nonprinting -t -e]}} {{pad/naar/bestand}}