Hi, I'm using a simple pipe to send my command line output to my printer, like so:
$ man re_format | lp
However, the bold and underlined text in the man pages are not being formatted properly by the printer; bold text is printed doubled and underlined text is printed with underscores between the letters, so something like:
NAME prints as NNAAMMEE and something like bracket expression is printing as _b_r_a_c_k_e_t _e_x_p_r_e_s_s_i_o_n
How can I fix this?
Thanks in advance; and if this isn't the proper forum for this sort of question please let me know, I wasn't sure which forum this sort of topic went under really.
$ man re_format | lp
However, the bold and underlined text in the man pages are not being formatted properly by the printer; bold text is printed doubled and underlined text is printed with underscores between the letters, so something like:
NAME prints as NNAAMMEE and something like bracket expression is printing as _b_r_a_c_k_e_t _e_x_p_r_e_s_s_i_o_n
How can I fix this?
Thanks in advance; and if this isn't the proper forum for this sort of question please let me know, I wasn't sure which forum this sort of topic went under really.