joining multiple PDFs into one

Chris F.A. Johnson chris-E7bvbYbpR6jSUeElwK9/Pw at public.gmane.org
Tue Nov 15 03:53:44 UTC 2011


On Mon, 14 Nov 2011, Howard Gibson wrote:

> On Mon, 14 Nov 2011 12:53:02 -0500
> Thomas Milne <thomas.bruce.milne-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org> wrote:
>
>> How to do this?
>>
>> I tried cat file1 file2 file2 > file, but that didn't work, I only got
>> the last page.
>
> $ cat file1 > file
> $ cat file2 >> file
> $ cat file3 >> file
> $ ...
>
>   Your commnand line actually works for me.

    What type of files were you concatenating?

-- 
    Chris F.A. Johnson, <http://cfajohnson.com/>
    Author:
    Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
    Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
--
The Toronto Linux Users Group.      Meetings: http://gtalug.org/
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists





More information about the Legacy mailing list