Linux shell make csv files readable vim ~/.bashrc #add this function readcsv() {cat “$1” | sed ‘s/,,/, ,/g’ | column -s’,’ -t}