0
votes
Best way to simulate “group by” from bash
I understand you are looking for something in Bash, but in case someone else might be looking for something in Python, you might want to consider this:
mySet = set()
for line in ope …
