Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 293 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 293 Bytes

go-split

golang split tools

# ./go-split -h
Usage of ./go-split:
  -after int
    	after offset bytes, eg: -after 10
  -before int
    	before offset bytes, eg: -before 10
  -infile string
    	input file, eg: -infile XXX
  -outfile string
    	output file, eg: -outfile XXX