From a10152ff67b237957a8e5c06c1f1f6be04bad436 Mon Sep 17 00:00:00 2001 From: "Christopher P. Brown" Date: Sun, 9 May 2021 11:16:24 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 197f366..d6f3069 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ It will allow you to do stuff like: - look at some stats: `csvcut -c languages,size,formats books.csv | csvstat` - find the largest pdfs in the collection: `csvcut -c title_sort,formats,size books.csv | csvgrep -c formats -m pdf | csvsort -c size -r | head` - `csvjson books.csv | jq | whatever` +- show the most recently added books: `csvcut -c 13,1,3 books.csv | csvsort -c timestamp -r | head -n 20` - You can also perform actual SQL queries on it, and convert the data between csv and sqlite database: ## RSS feed