LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   .uu files (https://www.linuxquestions.org/questions/linux-software-2/uu-files-27502/)

hhegab 08-08-2002 01:30 PM

.uu files
 
Hi

I would like to know how to uncode files with .uu as an extention?
Thanks!

dorward 08-08-2002 03:23 PM

Code:

uudecode -o outfile infile.uu

buddy_epson 09-05-2003 08:44 PM

uudecode
 
I'm running redhat 9, and apparently uudecode isn't on there. I read the man page for uuencode, which apparently has uudecode as a sort of "option" for the uuencode command, like:

uuencode::uudecode <filename>

well that'd be great, but I don't seem to have uuencode either, or else it's not in my path. Anybody know where the herr it is if it's installed by default, and if not, where I can get it?

danke,

bud

MaulingMonkey 09-07-2003 01:19 AM

locate uuencode
#if the above dosn't turn up anything:
find / -name "uuencode" 2>/dev/null


All times are GMT -5. The time now is 10:56 PM.