shell cara mengganti satu kutipan
#!/bin/bash
sed "s/'/ /g" myfile.txt
Scary Snail
#!/bin/bash
sed "s/'/ /g" myfile.txt