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

Re: [MiNT] uuencode/decode



Am 15.03.2010, 18:35 Uhr, schrieb Jean-Luc CECCOLI <Jean-Luc.Ceccoli@wanadoo.fr>:

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