fork(5) download
  1. #!/bin/bash
  2. s='Hello word.'
  3. echo "$s" | grep -Po 'Hello\s+\K\w+' | awk '{print "#"$0}'
Success #stdin #stdout 0s 23336KB
stdin
Standard input is empty
stdout
#word