Jon Aquino's Mental Garden

Engineering beautiful software jon aquino labs | personal blog

Wednesday, July 21, 2004

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.

0 Comments:

Post a Comment

<< Home