Friday, November 28, 2014

To check the row number of the csv file, using the following command
wc -l filename.csv
Consider files coming with 1 record I am getting some files with * at the start and for those files if I issue the same command I am getting count as 0. Does * mean anything in here and gimme a command that solves the issue.

No comments:

Post a Comment