From e440ba5d5d1d0a6dd60f9f3447cb05ab5859e4f7 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 23 Oct 2022 20:44:13 +0200 Subject: [PATCH] Add command to display csv nicely --- pages/04.other/16.useful-commands/default.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/04.other/16.useful-commands/default.en.md b/pages/04.other/16.useful-commands/default.en.md index e01f4ae..75a3ab3 100644 --- a/pages/04.other/16.useful-commands/default.en.md +++ b/pages/04.other/16.useful-commands/default.en.md @@ -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)`