fork(1) download
  1. #!/bin/bash
  2. s="The default username and password is 'user' and 'ZWiliWH8E2mV'."
  3. grep -oP ".*'\\K[^']+(?=')" <<< "$s"
Success #stdin #stdout 0s 4180KB
stdin
Standard input is empty
stdout
ZWiliWH8E2mV