#!/bin/csh if ($#argv != 1) then echo "Usage: $0 htmlFile > outputTextFile" echo "Removes HTML tags from files" exit 1 endif sed -e :a -e 's/<[^>]*>//g;/