How Remove Single Quotes With Sed
sed -e “s/’//g”
-e command
Append the editing commands specified by the command argument to the list of commands.
sed -e “s/’//g”
-e command
Append the editing commands specified by the command argument to the list of commands.