#!/usr/bin/perl # # dbcoltighten # Copyright (C) 1991-1998 by John Heidemann # $Id: dbcoltighten,v 1.9 2003/05/23 04:17:14 johnh Exp $ # # This program is distributed under terms of the GNU general # public license, version 2. See the file COPYING # in $dblibdir for details. # sub usage { print <getopt) { $ch = $dbopts->opt; if (0) { } else { &usage; }; }; $usage if ($#ARGV != -1); while () { if ($_ =~ /^\#/) { print $_; next; }; s/\t/ /g; s/[ \t]{2,}/ /g; print $_; }; print "# | $prog ", join(" " , @orig_argv) . "\n"; exit 0;