#!/bin/bashs="<111111>aaa<111111><22222>bbb<111111><33333>ccc<111111><44444>ddd<111111><55555>eee<111111>"sed -n '2,4 s/<[^>]*.//pg' <<< "$s"
Standard input is empty
bbb ccc ddd
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!