Hacker News new | ask | show | jobs
by JoshTriplett 3436 days ago
The description for remove_duplicate_lines needs some clarification, because as written it sounds like either "uniq" or "uniq -u". You should explicitly say that you want the first instance of every duplicated line printed, and all other duplicates not printed, even if not adjacent.
1 comments

Thanks, also feel free to send a pull requests as I would definitely appreciate contributions.