Shell Comment remplacer une seule citation
#!/bin/bash
sed "s/'/ /g" myfile.txt
Scary Snail
#!/bin/bash
sed "s/'/ /g" myfile.txt