csvcount

command module
v0.0.0-...-3d586ff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2020 License: Unlicense Imports: 7 Imported by: 0

README

csvCount

counts the rows in a csv file

Getting Started

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 ",")

Examples

  • count the number of rows in the calls file:
./csvCount -f="./calls.csv"

Built With

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL