shell como substituir uma única cotação
#!/bin/bash
sed "s/'/ /g" myfile.txt
Scary Snail
#!/bin/bash
sed "s/'/ /g" myfile.txt