On 07 oct. 2009, at 23:13, Robert A. Rosenberg wrote:

At 08:24 -0400 on 10/07/2009, Kerri Hicks wrote about Re: Big files:

To split it, go to the command line, and type

split -b384m filename.sql

Is split smart enough to split on a line basis (so that the content
of a line is preserved in one file as opposed to being part in one
file and the rest in the other)?

split can work on a per line basis:

split -l 10000 filename.sql prefix

patpro

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to