How can I convert HTML tags to rtRTF or any rich format text using sed or any linux command-line tool?
I've achieved to strip them with sed 's/<[^>]*>//g', but I need the <b>hi</b> to convert to **hi**.
|
How can I convert HTML tags to rtRTF or any rich format text using I've achieved to strip them with |
||||
|
|
|
html2text is a command-line tool that converts HTML to Markdown. You will most probably get very frustrated trying to use |
|||
|
|