SyntaxFix
Write A Post
Hire A Developer
Questions
sed can perform text transformations on input stream from a file or from a pipeline. Example:
sed
echo 'C:\foo\bar.xml' | sed 's/\\/\//g'
gets
C:/foo/bar.xml