Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Sometimes you just want to remove all of the double quotes from a file. Quick and easy with sed.
sed -i 's/\"//g' myfile