
NNAAMMEE
       domterm hcat - print html to domterm terminal

SSYYNNOOPPSSIISS
       domterm hcat [--base=_b_a_s_e_-_u_r_l] _h_t_m_l_-_f_i_l_e_n_a_m_e...

       domterm html [--base=_b_a_s_e_-_u_r_l] _h_t_m_l_-_d_a_t_a...

DDEESSCCRRIIPPTTIIOONN
       Use this to embed HTML content info the DomTerm page. If there are no
       arguments, read from standard input. Each _h_t_m_l_-_d_a_t_a must be a
       well-formed HTML fragment.

       Either of the following work:

           echo 'E = mc<sup>2</sup>' | domterm html
           domterm html 'E = mc<sup>2</sup>'

       and displays: E = mc2.

       The hcat command takes the name of an html file, rather than literal
       html. (With no arguments hcat is the same as html.) The following are
       equivalent:

           domterm hcat /path/to/doc.html
           cat /path/to/doc.html | domterm html --base=/path/to/

       Relative URLs are resolved relative to the _b_a_s_e_-_u_r_l, which can be an
       absolute URL or a filename or directory. The default is the current
       working directory, or (in the case of the hcat command) the directory
       of the file.



