Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
George_Ellis
Advisor

Thanks guys for the directory suggestions (and the other replies)

I found the cheat code.  

cat $FWDIR/state/local/FW1/local.sic_name |grep 'o='|awk -F ,o= '{print $2}'|awk -F . '{print $NR}'

 

Background
cat local.sic_name
sic_name=cn=<fwname>,o=<domainname>..<CAthingy>

 

(1)
Who rated this post