htmltotext.1.scd (419B)
1 HTMLTOTEXT(1) 2 3 # NAME 4 5 htmltotext - extract all text from an HTML document 6 7 # SYNOPSIS 8 9 *htmltotext* [_FILE_]... 10 11 # DESCRIPTION 12 13 Reads each file in sequence and prints all text without the HTML tags to 14 standard output. If no FILE is given or FILE is -, read standard input. 15 16 If any FILE cannot be processed, a message prefixed with the FILE name will be 17 written to standard error. 18 19 # AUTHOR 20 21 Lukas Henkel <lh@entf.net>