File: podhtml-filter.awk

package info (click to toggle)
tinyproxy 1.11.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 916 kB
  • sloc: ansic: 6,317; sh: 365; perl: 349; makefile: 203; awk: 4
file content (5 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (4)
1
2
3
4
5
BEGIN {i=0}
/<\/{0,1}h1/ {if(!i)i=1; gsub("h1", "h4", $0);}
#/<\/body>/ {i=0;}
/BUGS/ {i=-1}
{if(i==1) print;}