[Thread Prev][Thread Next][Thread Index]

Re: [PilotMgr] Question on SyncMemo



Hi,

> > So, question is, what is the file size limit and is there a SyncMemo option 
> > to cut large files into 4k?
> 
> no, but you can probably find some text utility to do this.. anyone?

Before syncing, you could do a simple "split -C 4k" (i.e. --line-bytes=4k), 
which would split after as many complete lines as fit into the 4k limit.

If the memo in question has extremely long lines, you could use "split -b 4k"
to truncate exactly on the 4k limit.

HTH,
--Andreas




SourceForge.net Logo