Thanks for the reply.
I’ll use ‘split’ on my source files then and examine the results to find a sane place to do the actual split manually, since ‘split’ will break the HTML.
Hmm...maybe I can pre-process the source files so that the only line endings are after a </div> and then ‘split -C’ won’t mangle them.
|