in reply to
More Command Line Regex
untested:
perl -nle "/script_id\'(.*)\'/ and print $1" my_file.log
Boris
Comment on
Re: More Command Line Regex
Download
Code
In Section
Seekers of Perl Wisdom