[Thread Prev][Thread Next][Thread Index]
Re: [PilotMgr] Question on SyncMemo
- To: Alan Harder <Alan.Harder@xxxxxxxxxxxx>
- Subject: Re: [PilotMgr] Question on SyncMemo
- From: "Andreas S. Oesterhelt" <oes@xxxxxxxxxxxxxxxx>
- Date: Wed, 19 Jan 2000 10:03:35 +0100 (MET)
- Cc: pilotmgr@xxxxxxxxxxxxxxxxxxxx, charles@xxxxxxxxx
- In-reply-to: <200001190245.SAA00865@moshpit.Corp.Sun.COM>
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