Shell So ersetzen Sie ein einzelnes Zitat
#!/bin/bash
sed "s/'/ /g" myfile.txt
Scary Snail
#!/bin/bash
sed "s/'/ /g" myfile.txt