#!/bin/bash
for i in `ls *.html`; do sed
"s/help:\///g"
$i
>tmp.html mv -f tmp.html
$i
done
syntax highlighted by
Code2HTML
, v. 0.9.1