Thread
:
calibredb remove ...
View Single Post
09-17-2025, 04:25 AM
#
9
kovidgoyal
creator of calibre
Posts: 45,594
Karma: 28548962
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
First pipe the output of your search into a variable. Then execute the remove command. Like this:
Code:
ids=$(calibredb search whatever) calibredb remove $ids
adnust the syntax for whatever actual shell you are using.
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS