I have duplicate words in csv. And i need to count it in such way:
jsmith
jsmith
kgonzales
shouston
dgenesy
kgonzales
jsmith
to this:
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
I have smth like that, but it doesn't work properly for me..or i cant do it enter link description here
question from:https://stackoverflow.com/questions/65836903/renumbering-duplicate-lines-with-counter-awk