← Useful Tips
Linux / WSLLinux

paste file1 file2: Join two files side by side by line

Use paste file1 file2 to join two files side by side by line. It is especially handy when you live in terminals and repeat long commands.

paste file1 file2

Why it helps

Use paste file1 file2 to join two files side by side by line. It is especially handy when you live in terminals and repeat long commands.

How to use it

  1. Open the relevant app or terminal.
  2. Use the shortcut or command above in the relevant context.
  3. Check the result; for commands that change data, test on a small example first.
People also search for
paste file1 file2: Join two files side by side by linepaste file1 file2join two files side by side by linehow to join two files side by side by lineLinux / WSL join two files side by side by line

Related tips