보내는 측
$ cd
$ ls
test2.hwp
$ uuencode test2.hwp test.hwp > test.hwp.uue
$ mail bh at izb.knu.ac.kr subject: test of file attach
~r test.hwp.uue
"test.hwp.uue" 493/30389
bye!
^D
EOT
$
받는 측
$ mail
"/var/mail/bh": 1 messages 1 new
> s ~/Mail/test.mail
"/home1/bh/Mail/test.mail" [New file]
> exit
$ cd ~/Mail
$ ls
test.mail
$ uudecode test.mail
$ ls
test.mail test.hwp
$
이제 유닉스상에서 test.hwp를 읽기가 어려우므로
ftp를 이용해서 Windows98로 보냅니다..
그긴(Windows98) 반드시 한글97이 깔려있어야됩니다.....