On Fri, Dec 13, 2002 at 09:57:18AM +0100, Martin Witzel wrote:
> 
> 
> >Is there a (possibly *nix) tool that
> >converts all the .pod files quickly to e.g. html?

for i in *.pod ; do
  pod2html $i
done

:-)
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to