fork(1) download
  1. #!/bin/bash
  2. echo 'this is a test line' | sed -n 's/.*\(te..\).*/\1/p'
Success #stdin #stdout 0.01s 5656KB
stdin
Standard input is empty
stdout
test