On November 20, 2020 at 12:31 AM, Dave Kemper <saint.s...@gmail.com> wrote:

If your actual requirements are (a) there be only one input file, and
(b) it produce multiple output files, this is straightforward to do in
a file that's *mostly* groff, but with a handful of shell lines
between each set of input:

groff -ms > out1.ps << EOF
.LP
Contents of file 1
EOF
groff -ms > out2.ps << EOF
.LP
Contents of file 2
EOF

HI! I realize it's been a while, but I just found time to get back to this, and 
I wanted to say thank you — this seems to do basically what I wanted!

Many thanks,
Ricky 

Reply via email to