Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 564 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 564 Bytes

License

gosplit

install

$ go get github.com/yudppp/gosplit/cmd/gosplit

help

$gosplit help
NAME:
   gosplit - file split tool

USAGE:
   gosplit [options] [infile [outfile-prefix]]

OPTIONS:
   --lines value, -l value   line count (default: 100)
   --header value, -h value  header line count (default: 0)
   --help                    To show help for the tool
   --version, -v             print the version

VERSION:
   0.0.1