fork(1) download
  1. #!/bin/bash
  2. echo -e "one\ntwo\nthree" | sed -z 's/one.*two/one/'
Success #stdin #stdout 0s 4476KB
stdin
Standard input is empty
stdout
one
three