Shell Как заменить единственную цитату
#!/bin/bash
sed "s/'/ /g" myfile.txt
Scary Snail
#!/bin/bash
sed "s/'/ /g" myfile.txt