fork download
  1. #!/bin/bash
  2. echo -e "ligne1\nligne2\nligne3\nligne4\nligne5" | sed "s/ligne2\n//"
Success #stdin #stdout 0.02s 5312KB
stdin
Standard input is empty
stdout
ligne1
ligne2
ligne3
ligne4
ligne5