Hi All,
I am sed and awk illiterate and needed some assistance. I would like to write a script that will have sed replace all spaces with \space.
For example.
Program Files would be... Program\ Files
I can figure out how to replace the space with a backslash, however, when I add a space in there it complains that it is not terminated. Does anyone out there know how to accomplish this?
Thanks in advance.