Thought I would jump in and explain the confusion about using vi to edit a file and fuser to see if the file being edited is open. The problem is that vi does not keep the file open during the editing session. It creates a copy of the file and uses that for the updates. When you leave vi and...
Don't know about the other suggestions but I successfully tested the following:
sed 's/\\040/ /g' <infile >newfile
Note that the middle of the command is "slash space slash gee
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.