On Tue, 2002-12-03 at 02:56, Mikevl wrote:
> Can this be modified to email from Linux?
> 
> This would be useful for printing man pages
> 
> i.e. man -t sed > /usr/local/bin/print2pdf %s %m %U
> bur this doesn't seem to work.
> 

shouldn't this be a pipe rather than a redirect?  Unless I am mistaken,
your command tries to write the output of man sed to the file 
/usr/local/bin/print2pdf rather than use the program located there as a
filter.  Try:

man -t sed | /usr/local/bin/print2pdf %s %m %U

Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to