counts the rows in a csv file
Build the executable with go build.
./csvCount --help will give you this:
Usage of csvCount:
-f string
path to input file instead of stdin
-s string
separator character (defaults to a comma) (default ",")- count the number of rows in the calls file:
./csvCount -f="./calls.csv"- Golang - The go language