Add command to display csv nicely

This commit is contained in:
RealStickman 2022-10-23 20:44:13 +02:00
parent 5aa5bd9cf0
commit e440ba5d5d

View File

@ -26,3 +26,5 @@ Much faster than `/dev/urandom` at least
`# openssl enc -aes-128-ctr -md sha512 -pbkdf2 -nosalt -pass file:/dev/urandom < /dev/zero | pv > (target disk)`
Around 2GiB/s on my Ryzen 7 1700x if output to `/dev/null`
### Formatted csv in terminal
`$ column -t -s, < (file.csv)`