SyntaxFix
Write A Post
Hire A Developer
Questions
Just use:
sed 's.\\./.g'
There's no reason to use / as the separator in sed. But if you really wanted to:
/
sed
sed 's/\\/\//g'