On Thu, 23 Aug 2007 12:27:10 -0700, Tobiah wrote:
> sed "s/.htm/.php/g" < $each > /tmp/$$

This line should be:

sed "s/\.htm$/.php/g" < $each > /tmp/$$

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to