From 1af65dafbc94b993ac9ba492751f01be122c0123 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 23 Oct 2022 20:51:00 +0200 Subject: [PATCH] CSV command add source --- 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 75a3ab3..09d7668 100644 --- a/pages/04.other/16.useful-commands/default.en.md +++ b/pages/04.other/16.useful-commands/default.en.md @@ -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)`