Unix and Linux GNU coreutils command paste can be useful to merge corresponding or subsequent lines of files. Here is simple example of it’s usage:

viper@viper-laptop:~$ cat /tmp/test

pop
pop1
pop2


viper@viper-laptop:~$ cat /tmp/test1

1
2
3
4

viper@viper-laptop:~$ paste /tmp/test /tmp/test1

pop     1
pop1    2
pop2    3
        4

 

4 Comments

 

  1. January 21, 2011  9:50 am by Zumba Fitness Wii Reply

    Exactly where maybe you have discovered the source meant for the following write-up? Great reading through I've subscribed to your blog feed.

  2. March 2, 2011  3:58 pm by marijuana Reply

    Thank you for sharing superb information. Your web-site is so cool. I am impressed by the info that you have on this blog. It reveals how nicely you perceive this subject. Bookmarked this website page, will come back for extra articles.

  3. March 30, 2012  5:41 pm by fruit mocking party Reply

    Thanks for your marvelous posting! I genuinely enjoyed reading it, you are a great author.I will be sure to bookmark your blog and will often come back sometime soon. I want to encourage continue your great work, have a nice afternoon!

Leave a reply

 

Your email address will not be published.