Unix Command to get the count of lines in a csv file November 21, 2023 by Tarik The following query helps you to get the count cat FILE_NAME | wc -l