I have a file looks like:
1
2 4 5 6 7 19
20
22
24 26 27
29 30 31 32 34 40 50 56 58
234 235 270 500
1234 1235 1236 1237
2300
considering that my real data file is huge. So I want to check what is the maximum number in this data file. Also I want to check on average how many columns exists within rows. as an example in this small example, the maximum number of column is 9 (in 5th row) and on average there is 3.33 column within rows. Any Suggestion please ?