fork(1) download
  1. echo "email@somewhere.com (BOB)"|perl -lne '$_=~/[^\(]*\(([^)]*)\)/g;print $1'
  2. echo "email@somewhere.com ("BOB")"|perl -lne '$_=~/[^\(]*\(([^)]*)\)/g;print $1'
Success #stdin #stdout 0.02s 5304KB
stdin
Standard input is empty
stdout
BOB
BOB