Created
March 12, 2020 08:12
-
-
Save carlosvillu/32d3822d78237d5b0003fa3a18f50782 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
function csview { | |
local file="$1" | |
cat "$file" | sed -e 's/,,/, ,/g' | column -s ";" -t | less -#5 -N -S | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment