<<< Date Index >>>     <<< Thread Index >>>

Re: does mutt splitting large messages?



On Thu, Feb 12, 2009 at 02:15:05PM +0200, Robert Spencer wrote:
> On Wed, Feb 11, 2009 at 12:18 PM, Andrey Zhidenkov wrote:
> > Can mutt split a large messages and send it with a several messages? I
> > need to send a big file, but gmail doesn't allow it.
> 
> There are other ways to split a file. On BSD/Linux/Mac OS X cut will
> do it and then you use cat to paste it all back together. iirc, tar
> can also split files and join them back together.

I think 'split' is what you're looking for. 'cut' is used to cut out a
certain part of a line, not to break a file down into smaller pieces.

David