Count number of lines in each file
# Returns the number of line of a file as a variable $(wc -l finename | awk '{print $1}')
wc -l *.csv