#!/bin/nawk # cleans up any leading crap before line in stream from tk2html /^<TITLE>/ { go = 1 } go == 1 { print $0 }