Cygwin command I used to split a 2.4 GB file into 500-line chunks
split --lines=500 --suffix-length=3 VegLabelUpdates.sql UpdateSql.
todo: check that the last file is < 500 lines.
todo: check that the last file is < 500 lines.
0 Comments:
Post a Comment
<< Home