You are reading a single comment by @aggi and its replies. Click here to read the full conversation.
  • I've got a load of csv files in a folder and want to see how many rows each is. I'm sure I previously knew how to do this but my mind is now a blank

    I tried used awk

    awk "END {print NR}" *.csv
    

    but that gives me the aggregate number of rows, rather than the number for each file. Any suggestions on how I should be doing this, cheers?

About

Avatar for aggi @aggi started