g3cat(1) | mgetty+sendfax manual | g3cat(1) |
g3cat - concatenate multiple g3 documents
g3cat [-l] [-a] g3-file1 ...
g3cat concatenates g3 files. These can either be 'raw', that is, bitmaps packed according to the CCITT T.4 standard for one-dimensional bitmap encoding, or 'digifax' files, created by GNU's GhostScript package with the digifax drivers. Its output is a concatenation of all the input files, in raw G3 format, with two white lines in between.
If a - is given as input file, stdin is used.
If the input data is malformed, a warning is printed to stderr, and the output file will have a blank line at this place.
The following example will put a header line on a given g3 page, 'page1' and put the result into 'page2':
echo '$header' | pbmtext | pbm2g3 | g3cat - page1 >page2
--
Hopefully none :-).
g3cat is Copyright (C) 1993 by Gert Doering, <gert@greenie.muc.de>
27 Oct 93 | greenie |