joining multiple PDFs into one
Yanni Chiu
yanni-bJEeYj9oJeDQT0dZR+AlfA at public.gmane.org
Tue Nov 15 16:38:55 UTC 2011
On 15/11/11 11:28 AM, Russ wrote:
> The command is cat. It is the operator> or>> which controls whether or not existing data is preserved. Thats why he could only see the last page when he used>
> Each new page overwrote the previous one.
The commands are equivalent. Just open a window and try:
$ echo hello > f
$ cat f f f > f3
Then have a look at what f and f3 contain.
The 'cat' command takes multiple files, given on the command line, and
concatenates them all to stdout.
--
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