in reply to Delete Duplicate Entry in a text file

Have you tried anything yet? If so, will you show us your code?

  • Comment on Re: Delete Duplicate Entry in a text file

Replies are listed 'Best First'.
Re^2: Delete Duplicate Entry in a text file
by astronogun (Sexton) on Jun 20, 2012 at 03:23 UTC

    Hi stevieb,

    I haven't tried anything yet, I'm thinking to use a regex that will find the entries that I need, use grep to locate them and print the result. But I think if I use that still the other 2 Gatway FAIL will match the regular expression. so it's useless.. I'm so clueless on how to do this..