Wanted to get the size of files in a folder, in this particular case all the csv
[https://en.wikipedia.org/wiki/Comma-separated_values] files, and came up with
this after reviewing what others had done.
* First find all the csv files in a particular location: find *.csv
[http: