bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature request for coreutil paste


From: Robert C. Kahlert
Subject: feature request for coreutil paste
Date: Wed, 15 Oct 2008 15:31:14 -0500
User-agent: Thunderbird 2.0.0.17 (X11/20080914)

Could paste be made to recycle the shorter input file from the top of the file in the case of its exhaustion--akin to the way R recycles vectors when splicing things together?
I envision something like --recycle.

File #1:
   abc
   def
   ghi
   jkl
   mno

File #2:
   1
   2

Output of paste file1 file2
   abc   1
   def   2
   ghi   1
   jkl   2
   mno   1
Thanks
--rck








reply via email to

[Prev in Thread] Current Thread [Next in Thread]