parallel
[Top][All Lists]
Advanced

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

Re: parallel cat


From: Hans Schou
Subject: Re: parallel cat
Date: Sun, 17 Jul 2011 16:32:33 +0200 (CEST)
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)

On Fri, 15 Jul 2011, Dan Kokron wrote:

All,

I have a bunch (~200) small (1K to 100K) binary files that I want to
'cat' into a larger file.  I usually use "cat pe* > diag", but this

I guess that "pe*" is sorted before they are 'cat'. If you don't need them sorted try this one:
  time ls -U pe* | parallel cat {} '>>' diag


/hans
--
Horsebakken 78, DK-2400 København NV

reply via email to

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