in reply to More Command Line Regex

untested: perl -nle "/script_id\'(.*)\'/ and print $1" my_file.log
Boris