I have a file with several football player ratings: ***, **, * or x.
*** means a performance of 3, **= 2; *= 1 and x if the player didn't play.
I want to have a sum at the end of the row to see the performance of each player.
File looks like this:
game1 game2 Game3
Toni ** *** x
Jean ** ** *
James * ** *
Any idea of how to do that?