M
Maarten V.
i'am getting from an other program a *.txt with data.
something like this:
apple
apple
apple
orange
apple
orange
I need to count how many of each kind there are, so :
apple 4
orange 2
apple
apple
orange
apple
and now i have to delete to other rows, so at the end i have only this:
apple 4
orange 2
how can i do this?
something like this:
apple
apple
apple
orange
apple
orange
I need to count how many of each kind there are, so :
apple 4
orange 2
apple
apple
orange
apple
and now i have to delete to other rows, so at the end i have only this:
apple 4
orange 2
how can i do this?