Re: joining 2 files together ?

2008-08-08 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Quoted from beni on Thu, Aug 07, 2008 at 03:34:28PM +,: Hi, I am trying to find the equivalent for the old dos copy file1+file2 command (copy myfile1.txt+myfile2.txt copies the contents in myfile2.txt and combines it with the contents in

joining 2 files together ?

2008-08-07 Thread beni
Hi, I am trying to find the equivalent for the old dos copy file1+file2 command (copy myfile1.txt+myfile2.txt copies the contents in myfile2.txt and combines it with the contents in myfile1.txt). But the standard freebsd cp doesn't seem to want the + between the two files : bsdaddict# cp

Re: joining 2 files together ?

2008-08-07 Thread Bill Moran
In response to beni [EMAIL PROTECTED]: I am trying to find the equivalent for the old dos copy file1+file2 command (copy myfile1.txt+myfile2.txt copies the contents in myfile2.txt and combines it with the contents in myfile1.txt). But the standard freebsd cp doesn't seem to want the +

Re: joining 2 files together ?

2008-08-07 Thread David Gurvich
You might try the old 'cat file1 file2 ... fileN'. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: joining 2 files together ?

2008-08-07 Thread Edward Ruggeri
On Thu, Aug 7, 2008 at 10:38 AM, Bill Moran [EMAIL PROTECTED] wrote: But to answer your real question, you can't just mash two avi files together to make 1 big one. You'll need something like avidemux or one of the command line tools to actually get the avi headers correct. If I recall

Re: joining 2 files together ?

2008-08-07 Thread David Kelly
On Thu, Aug 07, 2008 at 11:39:09AM -0400, David Gurvich wrote: You might try the old 'cat file1 file2 ... fileN'. % cat file1 file2 ... fileN fileconcatenated -- David Kelly N4HHE, [EMAIL PROTECTED] Whom computers would

Re: joining 2 files together ?

2008-08-07 Thread Patrick Mahan
beni presented these words - circa 8/7/08 8:34 AM- Hi, I am trying to find the equivalent for the old dos copy file1+file2 command (copy myfile1.txt+myfile2.txt copies the contents in myfile2.txt and combines it with the contents in myfile1.txt). But the standard freebsd cp doesn't seem to