($1 == "\\h"){book = substr($0, 4); print "# " book; gsub(/ /, "%20", book)} ($1 == "\\c"){chapter = $2} ($1 == "\\v"){verse = $2} ($1 == "\\s"){ print "=> oeb.py?" startref"-"verse":"chapter section; section = substr($0, 3); startref = book"%20"verse":"chapter }