Vom: Sun, 5 Apr 2020 19:39:45 +0200
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.
Thank you. I'm not sure what this does. Are channels with defined CA encrypted?
Meaning, when field 11 in channels.conf is 1 it is free and if it's != 1 it's encrypted?
regards, Daniel