2010-01-29, 10:34
downgraded sed..no luck..found this online while googling this particular error..
"The problem is that you're using the slash(/) as the delimiter for sed's 's' command and there's a slash in the text which sed sees as a delimiter. Try using a different delimiter like '|'."
is this the problem?
"The problem is that you're using the slash(/) as the delimiter for sed's 's' command and there's a slash in the text which sed sees as a delimiter. Try using a different delimiter like '|'."
is this the problem?