we2aresame
Technical User
I have a file like:
aaa
bbb
aaa
ccc
aaa
ddd
now, I try to only keep one line represent the lines which include same data, that means, the new file will be like:
aaa
bbb
ccc
ddd
would you tell me how to do it, thanks.
aaa
bbb
aaa
ccc
aaa
ddd
now, I try to only keep one line represent the lines which include same data, that means, the new file will be like:
aaa
bbb
ccc
ddd
would you tell me how to do it, thanks.