CSV command add source

This commit is contained in:
RealStickman 2022-10-23 20:51:00 +02:00
parent e440ba5d5d
commit 1af65dafbc

View File

@ -27,4 +27,6 @@ Much faster than `/dev/urandom` at least
Around 2GiB/s on my Ryzen 7 1700x if output to `/dev/null`
### Formatted csv in terminal
> [From Pretty CSV viewing on the Command Line](https://www.stefaanlippens.net/pretty-csv.html)
`$ column -t -s, < (file.csv)`