Name: Anonymous 2008-09-14 9:43
I have a set of html pages all of which have the link to the table of contents at the same position (relatively to the beginning of the file). I want to remove these links, how do I do it with bash?
sed to delete every line that starts with a specified pattern?