I have a filed in a table populated with multiple email addresses and subject lines. Each record can contain multiple entries of unique of email/subject combinations. I'd like to extract only the email string and place each individual email as a separate record in another table. Email address...
Having trouble constructing proper PERL command to perform substitution of a string with in one file with contents of another file. I am working in ksh. Here is what I am trying:
substitute_variable='some_file'
perl -p -e 's/search_string/$substitute_variable/' output_file
The result is that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.