pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] Re: Pan-users Digest, Vol 20, Issue 15


From: Brad Rogers
Subject: Re: [Pan-users] Re: Pan-users Digest, Vol 20, Issue 15
Date: Thu, 29 Jul 2004 20:21:26 +0100

On Thu, 29 Jul 2004 08:43:20 -0500
Jeff Vian <address@hidden> wrote:

Hello Jeff,

> > It works, but you have to be careful about the input filename
> > extensions (* is no good, obviously).
> but in the example given it would be easy to make 3 parts and then add
> those together.

Yes, indeed.

> cat *.? > test1.mpg
> cat *.?? > test2.mpg
> cat *.??? > test3.mpg
> and finally 
> cat test?.mpg > test.mpg

Unnecessary;

cat input.? >output.mpg
cat input.?? >output.mpg
cat input.??? >output.mpg


However, I was trying to leave the poster with something to do. 
Otherwise, what do they learn?

-- 
 Regards   _
          / )        "The blindingly obvious is
         / _)rad     never immediately apparent"

Attachment: pgpPUBUlsKgSD.pgp
Description: PGP signature


reply via email to

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