> > How does groff understand the line starting with sed has to be executed? > > > -- > Andrea >
By using one of these requests. I'm not certain if my original email was sent. .pso your_command This behaves like the so request except that input comes from the standard output of your_command. or, try the .sy request: .sy command-line Executes the program command-line. With the .sy request, you will need to pipe ypur output to an intermediate file and use the .so request to read the output into your table. With both of these, groff should run in unsafe mode ( groff -U ... )