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