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 update
sudo apt-get install csvkit
- OS X
-
brew install csvkit
- Raspbian
-
apt-get install python3-csvkit
- Dockerfile
- dockerfile.run/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>.
-
View a CSV file:
csvlook data.csv
© tl;dr; authors and contributors