Combine files using commas or tabs.
Section: cut and paste
Paste with a custom delimiter
bash
bash
paste -d, names.txt emails.txtExplanation
Useful for building ad hoc CSV-like output.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing cut and paste