home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.apollo:3407 comp.sys.hp:9915
- Newsgroups: comp.sys.apollo,comp.sys.hp
- Path: sparky!uunet!ftpbox!motsrd!zeus.swindon.rtsg.mot.com!kniveton
- From: kniveton@zeus.swindon.rtsg.mot.com (Andy Kniveton)
- Subject: Re: File-splitter for email
- Message-ID: <1992Sep1.071242.17767@cadsun.corp.mot.com>
- Sender: news@cadsun.corp.mot.com
- Organization: Motorola LTD
- References: <1992Aug28.172903.27023@hns.com>
- Date: Tue, 1 Sep 92 07:12:42 GMT
- Lines: 41
-
- In article <1992Aug28.172903.27023@hns.com>, rtaylor@hns.com (Randy Taylor) writes:
- >
- > A freind of mine is looking for a file splitter
- > for email. He is transmitting 100k to 1 Meg
- > ASCII files and it seems that most mail programs
- > can handle a max "chuck" size of 50 k.
- >
- > Any help would be apprecited. Please reply by email]
- > and I'll summarize.
- >
- > Randy Taylor
- > rtaylor@hns.com
-
- Hi,
-
- Give this a try :-
-
- #!/bin/csh
- # splitmail
- # useage splitmail file_name email_address
- uuencode $1 $1 > $1.uu
- split -500 $1.uu spm.uu
- foreach i ( spm.uu?? )
- /usr/bin/mailx -s $i $2 < $i
- rm $i
- end
- rm $1.uu
-
- Andy.
- --
- _ _ /| Andy Kniveton, Tel No +44 793 545349
- \'o.O' Motorola Ltd, Fax No +44 793 541228
- =(___)= 16 Euro Way, E-mail kniveton@zeus.swindon.rtsg.mot.com
- U Blagrove, Swindon, uunet!motcid!zeus!kniveton
- England, SN5 8YQ.
-
- Has anyone heard the rumors concerning HP's new portable 700 series machine ?
-
- I hear that it is small enough to fit in your pocket and is code named Trouser
- snake !
- -- Brian Kelly
-