fork(2) download
  1. #!/bin/bash
  2. s='TOKEN = decrypt_aes(
  3. "189272123124aqephkiz3")'
  4.  
  5. sed '/.*decrypt_aes($/{N;s/^\([^=]*=\).*\(".*"\))$/\1 \2/}' <<< "$s"
Success #stdin #stdout 0.01s 5316KB
stdin
Standard input is empty
stdout
TOKEN = "189272123124aqephkiz3"