paste
Voeg regels van bestanden samen. Meer informatie: https://www.gnu.org/software/coreutils/manual/html_node/paste-invocation.html.
paste -s {{pad/naar/bestand}}
paste -s -d {{scheidingsteken}} {{pad/naar/bestand}}
paste {{pad/naar/bestand1}} {{pad/naar/bestand2}}
paste -d {{scheidingsteken}} {{pad/naar/bestand1}} {{pad/naar/bestand2}}
paste -d '\n' {{pad/naar/bestand1}} {{pad/naar/bestand2}}