#!/bin/bashecho -e "ligne1\nligne2\nligne3\nligne4\nligne5" | sed "s/ligne2\n//"
Standard input is empty
ligne1 ligne2 ligne3 ligne4 ligne5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!