Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!liuida!mailhost!ug From: ug@linkoping.telesoft.se (Ulf G|ransson) Newsgroups: comp.sys.amiga.programmer Subject: Re: UUencode Message-ID: <733@castor.linkoping.telesoft.se> Date: 12 Feb 91 12:57:18 GMT References: <39115@cup.portal.com> Organization: TeleSoft AB, Linkoping, Sweden Lines: 31 In article <39115@cup.portal.com> Marcus@cup.portal.com (Mark W Shnayer) writes: ... >UUENCODE game game.u >or >UUENCODE game >game.u > >both result in the uuencoded file showing in the CLI I am using to do the >job but no file actually gets created. > >Assuming the file 'game' is in ram: and I want to uuencode to ram: >whats the right way to do this? >Marcus@cup.portal.com The syntax for uuencode is uuencode [ source-file ] file-label and the output goes to stdout. If source-file is left out, stdin is read. This, and the fact that the CLI wants all redirections before the options give the following command lines: uuencode >ram:game.u ram:game game or perhaps uuencode ram:game.u game The file-label is used to tell uudecode what the file name of the new file should be. -- Ulf Goransson, Telesoft Europe AB (ug@linkoping.telesoft.se) And now for something completely different.