I have a data set that has 1127 columns, I only need to know the header without listing the data itself in each column.
For example, data as
name age
m 33
A 26
I need a code in UNIX that will give me the header, which in this case is: name, age.