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