This file contains hidden or 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
#!/bin/bash | |
# please make sure to install | |
# sudo pip install csvkit | |
# also make sure you have pv utility installed | |
# sudo apt-get install pv # sudo port install pv | |
function readinput() { | |
local CLEAN_ARGS="" | |
while [[ $# -gt 0 ]]; do |