fork(4) download
  1. #!/bin/bash
  2. echo "xxabc jkl" | grep -onP '\b\w+\b(?<!abc)'
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
1:jkl