[Zope-dev] Xron error!!!

Michel Pelletier michel@digicool.com
Thu, 24 May 2001 16:00:08 -0700 (PDT)


On Thu, 24 May 2001, Loren Stafford wrote:

> 5. You can truncate the bloated tail end of a Data.fs file using standard
> system tools. I don't remember how right at the moment, but a search in the
> mail archives on trucate and data.fs might be fruitful. 

Use the unix command 'split'.  I immagine cygwin ports this simple program
to windows.

Of course, you can also do the truncation in a couple lines of python, but
I'll leave that as an exercise to the reader. ;)

-Michel