/fileCutter

小工具:用来切分文件

Primary LanguageGo

file-cutter

split a file into two files by a index

command

file-cutter $fileName $index

example

  1. file.txt content is "abcdefg"
  2. file-cutter file.txt 3
  3. output: file.txt-1: "abc" file.txt-2:"defg"

also your can cut data file