Add command to display csv nicely
This commit is contained in:
parent
5aa5bd9cf0
commit
e440ba5d5d
@ -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)`
|
`# 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`
|
Around 2GiB/s on my Ryzen 7 1700x if output to `/dev/null`
|
||||||
|
|
||||||
|
### Formatted csv in terminal
|
||||||
|
`$ column -t -s, < (file.csv)`
|
||||||
|
Loading…
Reference in New Issue
Block a user