BASH - Extract Substring from File

PHOTO EMBED

Sun Jul 18 2021 19:18:06 GMT+0000 (Coordinated Universal Time)

Saved by @vincentko89 #bash #shell

Normal Version: 
echo 'nice12343game' | sed -n 's/nice\(.*\)game/\1/p'

Jenkins Version:
sed -n 's/.*exited with code \\(.*\\)/\\1/p' stdout
content_copyCOPY