htmltools

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

htmlselect.1.scd (450B)


      1 HTMLSELECT(1)
      2 
      3 # NAME
      4 
      5 htmlselect - print all elements matching a selector from an HTML document
      6 
      7 # SYNOPSIS
      8 
      9 *htmlselect* SELECTOR [_FILE_]...
     10 
     11 # DESCRIPTION
     12 
     13 Reads each file in sequence and prints all elements matching SELECTOR 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>