Add example for mass-deletion.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-11-28 02:23:39 +01:00
parent 21db0f3a62
commit 6c5328595f
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 15 additions and 0 deletions

View File

@ -123,6 +123,21 @@ remwharead -e=rss -T=$(date -d "-1 week" -I),$(date -Iminutes) | sed 's|<link/>|
----
====
.Remove all entries that are tagged with mountain
====
[source,shell]
----
OLDIFS=${IFS}
IFS=$'\n'
for uri in $(remwharead -e link -s mountain); do
remwharead -d "${uri}"
done
IFS=${OLDIFS}
----
====
=== Display database
*remwharead* does not provide an interface to display the database. However, you