On 05.04.20 17:57, Daniel wrote:
If there would be a way to periodically filter them (e.g. at night), I would be very happy.
svdrpsend lstc with some cut and grep magic should do the trick. Something like:
svdrpsend -p2001 lstc | grep -v OBSOLETE -a | cut -d":" -f1,11,12 | grep -va ":1:" | cut -d"-" -f2
would return a list of all channels that have a CA defined. Adding another cut would allow you to put it into a for loop inside bash.