#!/bin/bashs="abcd"echo "'$(awk 'BEGIN{ORS="\n\n\n"};1' <<< "$s")'"echo "'$(sed 'G;G;G' <<< "$s")'"
Standard input is empty
'a b c d' 'a b c d'
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!