in reply to Re^2: Trying to remove duplicate rows using hashes
in thread Trying to remove duplicate rows using hashes

Yes, you could sort them before you output them, or you can sort them separately in another process. The UNIX sort command is very effective for tabular data such as yours.

  • Comment on Re^3: Trying to remove duplicate rows using hashes