#!/usr/bin/gawk -f # ___ _ _ ____ ___ ___ ____ ___ ____ # | \ | | | | | |__| |__] |___ # |__/ |__| |___ | | | | | |___ # # The scripts were written to be usefull in # a research enviornment, but anyone is welcome # to use them. Happy awking. -Tim Sherwood #this is really darn handy but a little messy to read #if you have a rewrite of this that does the same time of #stuff, please let me know BEGIN { FS = ":"; if ( NOSEP ) { vertsep = ""; horzsep = ""; cornersep = ""; } else { vertsep = "|"; horzsep = "-"; cornersep = "+"; } } { if (NF>n) n=NF; for (i=1; i<=NF; i++) { d[i,NR] = $i; if(m[i]