How do I read the first line of a file using cat?
cat
Use the below command to get the first row from a CSV file or any file formats.
head -1 FileName.csv