Awk Utils

%ATTACHURL%/strip_base.awk - Strips the <base /> tags out of TWiki files saved as HTML. Written to run in a Cygwin bash shell.

Execute against multiple files with

  • find . -name '*.html' | xargs ./strip_base.awk

-- Frank Dean - 01 Dec 2003

Related Topics: LinuxHintsAndTips