Shell Jak wymienić pojedynczy cytat

#!/bin/bash
sed "s/'/ /g" myfile.txt
Scary Snail