Skip to content

Instantly share code, notes, and snippets.

@paintmeyellow
Last active November 26, 2022 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paintmeyellow/410127c7467d1e6c6fee5409ec855a17 to your computer and use it in GitHub Desktop.
Save paintmeyellow/410127c7467d1e6c6fee5409ec855a17 to your computer and use it in GitHub Desktop.
Merge two files line by line
paste -d " " file1.txt file2.txt > merged.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment