Commit 86f7e2
2024-12-30 11:14:22 Steven Anderson: init| /dev/null .. csv.md | |
| @@ 0,0 1,4 @@ | |
| + | # csv |
| + | |
| + | #### Display csv or other data and format it nicely |
| + | cat data.csv | column -t -s, | less -S |
| /dev/null .. csv.md | |
| @@ 0,0 1,4 @@ | |
| + | # csv |
| + | |
| + | #### Display csv or other data and format it nicely |
| + | cat data.csv | column -t -s, | less -S |