csvlook
Render a CSV file in the console as a fixed-width table. Included in csvkit. More information: <https://csvkit.readthedocs.io/en/latest/scripts/csvlook.html>.
Install
- All systems
-
curl cmd.cat/csvlook.sh
- Debian
-
apt-get install csvkit - Ubuntu
-
apt-get install csvkit - Kali Linux
-
apt-get install csvkit - Fedora
-
dnf install python3-csvkit - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install csvkit - OS X
-
brew install csvkit - Raspbian
-
apt-get install python3-csvkit
Render a CSV file in the console as a fixed-width table. Included in csvkit. More information: <https://csvkit.readthedocs.io/en/latest/scripts/csvlook.html>.
-
View a CSV file:
csvlook data.csv
© tl;dr; authors and contributors