Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pwnawannab
  • Content: Threads
  • Order by date
  1. pwnawannab

    Extract substring

    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...
  2. pwnawannab

    Substitute a string with file contents

    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...

Part and Inventory Search

Back
Top