I have 2 files that contain benchmark results for the same test on 2 different hosts. The results are raw data in space separated format.
I need to be able to compare them to each other as the hosts are not the same. Primarily for the purposes of graphing. Is there a way to add a "field" or column that is unique to each file (but the same to all rows in that file), which I can then use to differentiate the results in a graph? How else could I go about doing this.