web3 reference manual

list of calls

name awk shell CLI description
asm awk     Assamble web3 line from FIELDS
fields awk     Parse web3 line into FIELDS[]
get awk     extract field
html_breakup     cli Break up html so each tag starts in a new line
html_to_web3   shell   html->web3 converter
iapth_parent_by_type awk shell   find Nth typed ancestor of a node
ipath_subtree   shell   extract subtree below a node
out awk     assamble web3 line from FIELDS[]
quote awk     protect string with quotes for html
set awk     set field in FIELDS[]
strip awk     strip whitespaces
stripq awk     strip quotes
url_encode awk shell   url encode str
web3_fields   shell   print specific field of multiple web3 lines
web3_form_extract   shell   extract form data from web3
web3_form_to_post   shell   convert form data to http post
web3_to_html   shell   web3->html converter
web3_wget   shell   web3 wget wrapper for http operations