paste file1.txt file2.txt
Category: Text Processing
paste file1.txt file2.txt
Merge lines of files side by side with tab separator
Merges two files side by side, joining each line of file1 with the corresponding line of file2 using a tab between them.