Hi,
i found a lot of code to remove duplicate data. in my case, i would like to print only none duplicate data. any suggestion how to do it?
example data.
aaaaaaaaaaa
bbbbbbbbbbb
bbbbbbbbbbb
ccccccccccc
ddddddddddd
ddddddddddd
the desire output:
aaaaaaaaaaa
ccccccccccc
any help is much appreciated.
thank you.
i found a lot of code to remove duplicate data. in my case, i would like to print only none duplicate data. any suggestion how to do it?
example data.
aaaaaaaaaaa
bbbbbbbbbbb
bbbbbbbbbbb
ccccccccccc
ddddddddddd
ddddddddddd
the desire output:
aaaaaaaaaaa
ccccccccccc
any help is much appreciated.
thank you.