This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
from https://gist.github.com/JoeGermuska/561347 | |
Like cut, but for CSVs. To be used from a shell command line. | |
Note that fields are 1-based, similar to the UNIX 'cut' command. | |
Should use something better than getopt, but this works... | |
Usage: |