In bash you can do 
 program <( .... )

lynx -force_html  <(  echo -e 'Hi \n <a
href="http://www.gnu.org">bbb</a> ' )

>        Have you considered adding a -stdin option, to allow accepting HTML
>directly from a pipe (no URL needed) ?  e.g. such that this would work:

Reply via email to