Tony Finch wrote:
> Our script is attached.
[.....]
> #!/usr/bin/perl -wT
> #
> # Create cdb file from flat alias file. DPC: 15/10/98.
> # Args: source (may be relative or absolute)
> # target (may be relative or absolute. Default = source)
> # Generates: target.cdb
> # target.tmp
If you use perl, you should consider using the CDB_File module, it's
much faster than piping it through cdbmake ;)
Nico