Newsgroups: fj.sources.d
Path: galaxy.trc.rwcp.or.jp!jaist-news!cs.titech!wnoc-tyo-news!etl.go.jp!tacho!tinygw!takahasi
From: takahasi@tiny.or.jp (Hironobu Takahashi)
Subject: Re: [Proposal] on multi-part uuencoded postings
Message-ID: <1993Jun16.204253.9710@tiny.or.jp>
Organization: Tsukuba internet Club
X-Newsreader: TIN [version 1.2 PL0]
References: <1710@micro.lsi.melco.co.jp>
Date: Wed, 16 Jun 1993 20:42:53 GMT
Lines: 37
Xref: galaxy.trc.rwcp.or.jp fj.sources.d:2550
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.sources.d&nb=2550&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

<1710@micro.lsi.melco.co.jp> $B$N5-;v$G(B ICHIKAWA Shuichi $B$5$s$,(B
$B<!$N$h$&$K=q$$$F$$$^$9(B:
: $BM3$G$O$"$k$N$G$9$,!"@^3Q$G$9$+$i(Bfj.binaries.*$B$NI8=`$K9g$o$;$?$i$I$&$G(B
: $B$7$g$&$+!#$=$NJ}$,=hM}$b3Z$G$9$7!#(B

  $B5-;v$N0BA4@-$J$s$+$r9M$($F$b$D$$$F$$$?J}$,$$$$$G$9$M!#$b$A$m(B
$B$s;?@.!#(B

: uuencode$B$5$l$?$b$N$,C1=c$K(Bsplit$B$5$l$F$$$k$H!"$$$A$$$A%(%G%#%?$G=hM}$7(B
: $B$J$1$l$P$J$i$J$$$+$iITJX$G$9!#(B

  $B$H$3$m$G!"(Btin $B$N(B s $B%3%^%s%I$G$O<+F0E*$K%U%!%$%k$N@\B3$H(B 
uudecode $B$^$G<B9T$G$-$^$9!#$G$9$+$i(B BEGIN END $B$OI,?\$G$O$"$j$^(B
$B$;$s!#(Bt $B$G%?%0$r$D$1$FA*Br$7$F$+$i<B9T$9$l$P40`z$G$7$g$&!#$<$R(B
$B$*;n$7$"$l!#(B

  rn, trn $B$G$O(B 'e' $B$,F1$85!G=$r;}$C$F$$$^$9(B ($B8E$$(B rn $B$K$O$J$$(B
$B$N$GCm0U(B)$B!#$^$?!"(Bnn $B$G$O(B :decode $B$G$9$M!#:#(B dviout 2.38 $B$N%7%j!<(B
$B%:$G;n$7$F$_$?$N$G$9$,!"$I$l$b$&$^$/F0$$$F$$$k$h$&$G$9!#(B

: $B$D$$$G$J$N$G!";d$,;H$C$F$$$kJ,3dMQ(Bperl script$B$r(Bshar$B$7$F$D$1$^$9!#(B

$B$D$$$G$J$N$G!";d$,$$$D$b=q$$$F$$$k(B shell script $B$r$D$1$^$7$g$&!#(B:-)

#! /bin/sh
rm -f UU UU.?? UU.tmp
uuencode <$1 $1 > UU
split -700 UU UU.
for i in UU.??
do
    echo "BEGIN $i" > tmp
    cat $i >> tmp
    echo "END $i" >> tmp
    mv tmp $i
done
-- 
$B9b66M5?.(B takahasi@tiny.or.jp
