Ubuntu – Print filenames & line number with number of fields greater than 'x'
I am running Ubuntu Linux. I am in need to print filenames & line numbers containing more than 7 columns. There are several hundred thousand files. I am able to print the number of columns per file using awk. However…