Tuesday, January 28

Google Search: convert html group:comp.unix.shell sed -e 's#.*#&#' infile > infile.html I've used # as the delimiter instead of / to avoid having to escape the other /'s. You could use a different character than #. the & matches the entire first regular expression (explained on the ed man page)

No comments: