From 98553a5315530d6bc086425a4e78dd08895e8a09 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 21 Sep 2019 21:51:36 +0200 Subject: [PATCH] Add RSS example to manpage. --- man/remwharead.1.adoc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/man/remwharead.1.adoc b/man/remwharead.1.adoc index 1de1ca1..71cfd32 100644 --- a/man/remwharead.1.adoc +++ b/man/remwharead.1.adoc @@ -2,7 +2,7 @@ :doctype: manpage :Author: tastytea :Email: tastytea@tastytea.de -:Date: 2019-09-20 +:Date: 2019-09-21 :Revision: 0.0.0 :man source: remwharead :man manual: General Commands Manual @@ -92,7 +92,12 @@ Print version, copyright and license. .Output all articles by Jan Müller, consider different spellings. ==== -`remwharead -e simple -S 'Jan\[[:space:]]+M(ü|ue)ller' -r` +`remwharead -e simple -S 'Jan[\s]+M(ü|ue?)ller' -r` +==== + +.Export all things from the last week to an RSS feed. +==== +`remwharead -e rss -T $(date -d "-1 week" -I),$(date -I) | sed 's||https://example.com/|' > /var/www/feed.rss` ==== === Display database