#!/bin/bashecho -e "one\ntwo\nthree" | sed -z 's/one.*two/one/'
Standard input is empty
one three
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!