unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* problem with tramp and uuencode-decode
@ 2004-11-04 15:31 Han Boetes
  2004-11-04 20:47 ` Han Boetes
  0 siblings, 1 reply; 6+ messages in thread
From: Han Boetes @ 2004-11-04 15:31 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-11-05 15:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-04 15:31 problem with tramp and uuencode-decode Han Boetes
2004-11-04 20:47 ` Han Boetes
2004-11-05  0:37   ` Han Boetes
2004-11-05 12:43     ` Kim F. Storm
2004-11-05 14:52     ` Kai Grossjohann
2004-11-05 15:21       ` Han Boetes

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).