#!/bin/bashs="'I like pizza'"sed "s|'I like pizza'|I like pizza|g" <<< "$s"sed "s|'||g" <<< "$s"
Standard input is empty
I like pizza I like pizza
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!