groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to run sed in a groff *.mom file?


From: Boss Hog
Subject: Re: How to run sed in a groff *.mom file?
Date: Sat, 26 Oct 2019 17:33:38 -0400
User-agent: NeoMutt/20170113 (1.7.2)

> 
> 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 ... )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]