Appending to an Existing File (-append)
To include more than one figure in a single output file, print the first figure to a file, and then, for subsequent figures, use the -append option and specify the same file. For example, these commands create a file named figs.ps, which contains two different figures:
print -dps -f1 figs
print -dps -f2 -append figs
When you print the resulting file, each figure will appear on a separate page.
The -append option is not valid for Encapsulated PostScript files.
[ Previous | Help Desk | Next ]