I've got multiple files which have sorted uniq -c outputs. The 1st field is a number and the second field is some name. Now I need to merge such outputs from a number of files. A name could occur more than once accross these files but the 1st field would differ. I need to add up the 1st field (which is a number) of similar names occuring in a number of files to produce a master file. Any ideas ?