rk1074
10 years agoLevel 6
checking number of policies using any SLP
Hello ,
I need to find the name of all the polices using any particular SLP via command line. can anyone share the command for it
Try this (no guarantees & don't ask me to explain it!) using Mariannes SLP as an example:
bppllist -allpolicies -U | egrep "Policy Name|AIR_DISC_2_APP" | awk '/Residence.*AIR_DISC_2_APP/{print x};{x=$3}'
(& that is for a similar requirement from a previous post by a much more seasoned script writer - cheers Martin, I kept it and deciphered it for posterity & possible future use - now I just hope it works!)