How to find the longest header file(.h) in the /usr directory – CentOS
How to find the largest as in total size (by length) header file (.h) in the /usr directory ? To search in subdirectories too. I did this as follows: find . - name *.h | xargs awk | sort -n…