in reply to Re: searching string from one file in another
in thread searching string from one file in another

Hi. What should the code be if I am trying to do a regex match (substring match) (i.e. look for "public" from file2 in "public sector union" in one of the lines in file1? Thanks a lot
  • Comment on Re^2: searching string from one file in another

Replies are listed 'Best First'.
Re^3: searching string from one file in another
by Eily (Monsignor) on Aug 17, 2018 at 15:16 UTC

    Hello stray_tachyon. Please post your question in a new post with the following information:

    • What your input looks like (a short example)
    • What your expected output looks like (from the example input)
    • What you have tried so far
    • How that failed and where you are stuck
    You can also read How do I post a question effectively?