htmltools

Various command line tools to transform HTML documents
git clone git://git.entf.net/htmltools
Log | Files | Refs | README | LICENSE

htmlremove.1.scd (456B)


      1 HTMLREMOVE(1)
      2 
      3 # NAME
      4 
      5 htmlremove - remove elements from an HTML document
      6 
      7 # SYNOPSIS
      8 
      9 *htmlremove* SELECTOR [_FILE_]...
     10 
     11 # DESCRIPTION
     12 
     13 Reads each file in sequence and removes all elements matching SELECTOR. Prints
     14 resulting documents to standard output. If no FILE is given or FILE is -, read
     15 standard input.
     16 
     17 If any FILE cannot be processed, a message prefixed with the FILE name will be
     18 written to standard error.
     19 
     20 # AUTHOR
     21 
     22 Lukas Henkel <lh@entf.net>