Anyway, as I wrote previously, it crashes after each decoded file, so it will be very fastidious to process the ~80 files... :-( Helmut sent me a little utility that works fine, except whatever the amount of files in the directory, it only processes the first one and exits. Maybe building a little script that explores the directory and processes each file it finds... is this possible from within Bash ?
Easiest way: for i in *.uue do decode $i done You may even enter this in the commandline. -- Helmut Karlowski