emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with tramp and uuencode-decode


From: Han Boetes
Subject: problem with tramp and uuencode-decode
Date: Thu, 4 Nov 2004 16:30:45 +0059
User-agent: Mutt/1.5.6i

Hi,

I solved the mysterious file `-' problem:

This is what happens with the uudecode provided with sharutils package:

~% echo xyzzy | uuencode xxx | uudecode -o -
xyzzy

But this is what happens with the uudecode provided by *BSD

~% echo xyzzy | uuencode xxx | uudecode -o -
~% rm -- -
~% echo xyzzy | uuencode xxx | uudecode -o /dev/stdout
xyzzy

/dev/stdout also works fine with the sharutils implementation.



# Han




reply via email to

[Prev in Thread] Current Thread [Next in Thread]