col.py Get a specified column from input file. -c { [1-] } column number (1-based, inclusive), can also specify a range like a-b,c-d,... -out name of outfile. Prints to stdout by default. -d { [w] | t | s } delim char w any whitespace character t tab s space -h Prints documentation. -v { [1] } verbosity -version print version info and exit $Id: col.py,v 1.1 2004/10/10 02:53:09 nghoffma Exp $