View Single Post
Old 11-19-2024, 03:10 PM   #1
MasterPlexus
Enthusiast
MasterPlexus began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Nov 2024
Device: Tolino 4HD
calibre db result with comma separated id's

Hi,

I try to bring
Code:
calibredb list -f id --with-library "C:\Users\Dirk\Calibre-Bibliothek" --search 'date:<10daysago'
that it results in a comma separated list. As I'm under windows I'm not able to use
Code:
| cut -f1 -d" " | tail -n+2
what I have seen in other threads. --separator is only separating if you have a list of fields, but not making a linefeed but a Comma seems to be not possible directly?

May some has an idea.
Thanks
MP
MasterPlexus is offline   Reply With Quote