Sorry guys - need help with a truly simple sed question.
I have a file with the following
\dir1\dir2\file.exe '\path1\path2\blah' '\path3\path4\blah'
how in sed do I change it so that the "\" in only the first path are changed to "/"
e.g.
/dir1/dir2/file.exe '\path1\path2\blah' '\path3\path4\blah'
Ta,
Matt
I have a file with the following
\dir1\dir2\file.exe '\path1\path2\blah' '\path3\path4\blah'
how in sed do I change it so that the "\" in only the first path are changed to "/"
e.g.
/dir1/dir2/file.exe '\path1\path2\blah' '\path3\path4\blah'
Ta,
Matt