[9877] in Athena Bugs
Re: uuencode is broken on the DEC 5000/25
daemon@ATHENA.MIT.EDU (Calvin Clark)
Fri Sep 11 10:30:54 1992
Date: Fri, 11 Sep 92 10:30:25 -0400
From: Calvin Clark <ckclark@mit.edu>
To: caw@Athena.MIT.EDU
Cc: bugs@Athena.MIT.EDU, cfyi@Athena.MIT.EDU
Reply-To: ckclark@mit.edu
>uuencode is not working on the DEC 5000/25-- the process hangs
>indefinitely. When redirecting to a file, it creates the
>file, but the file is empty.
Seems fine to me. Can you give an example of failure?
w20-575-59: Fri Sep 11 10:26:22 /tmp
[3]$ uuencode /vmunix vmunix.test > vmunix.uue
w20-575-59: Fri Sep 11 10:26:57 /tmp
[4]$ wc -l vmunix.uue
43626 vmunix.uue
w20-575-59: Fri Sep 11 10:27:18 /tmp
[5]$ uudecode vmunix.uue
w20-575-59: Fri Sep 11 10:27:38 /tmp
[6]$ cmp vmunix.test /vmunix
w20-575-59: Fri Sep 11 10:28:04 /tmp
[7]$