Skip to content

Instantly share code, notes, and snippets.

@carlosvillu
Created March 12, 2020 08:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosvillu/32d3822d78237d5b0003fa3a18f50782 to your computer and use it in GitHub Desktop.
Save carlosvillu/32d3822d78237d5b0003fa3a18f50782 to your computer and use it in GitHub Desktop.
#!/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