Answers for "pretty print csv ubuntu terminal"

0

pretty print csv ubuntu terminal

cat data.csv | column -t -s, | less -S
Posted by: Guest on December-04-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language