in reply to Filtering lines from one file from another

> I'm trying to read the whole first file and then loop reading lines from the other file doing grep, but I'm failing with this...

sounds good, show us your code in order to help you! :)

Cheers Rolf

  • Comment on Re: Filtering lines from one file from another

Replies are listed 'Best First'.
Re^2: Filtering lines from one file from another
by antonn (Initiate) on Feb 03, 2011 at 18:38 UTC
    Thanks, I have edited and posted my solution that seems to work, could be any problem with that solution?