#!/bin/bashs="My boomerangText hereKoala there"sed -n '/[aeiou]\{2,\}/p' <<< "$s"grep '[aeiou]\{2,\}' <<< "$s"
Standard input is empty
My boomerang Koala there My boomerang Koala there
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!