View Single Post

   
  #8 (permalink)  
Old 01-19-2008, 08:12 AM
CBFalconer
 
Posts: n/a
Default Re: software file joiner

Chuck Dubois wrote:
> On Fri, 09 Feb 2007 21:08:54 -0500, CBFalconer wrote:
>
>>>> cat f1 f2 .... > bigfile
>>>
>>> It blows up on wmv files.

>>
>> No reason for that, unless the output file is too big for your
>> system. What error does cat give you?

>
> It throws garbage characters on the screen, beeps the system
> speaker and the display starts scrolling.


Sounds like you omitted the "> bigfile" in the command above.

--
<http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt>
<http://www.securityfocus.com/columnists/423>

"A man who is right every time is not likely to do very much."
-- Francis Crick, co-discover of DNA
"There is nothing more amazing than stupidity in action."
-- Thomas Matthews


Reply With Quote