Page is a not externally linkable
katheesue - 12:03 am on Jun 26, 2006 (gmt 0)
Be sure to make a backup copy before you do any of this. ... ummmmmm .... grep -v <pattern> <filename> >> newfile.txt ? so grep -v lastmod originalfile.txt > newfile.txt Once everything is gone that you don't want, maybe sed would work better for the substitution part?
If you grep for the line containing <lastmod> and exclude those lines from the stream, you can then pipe that to the next command.