fork download
  1. #!/bin/bash
  2. grep -P '^\S+ \S+$'
Success #stdin #stdout 0.03s 5308KB
stdin
this is a failure
this ok
stdout
this ok