/ Published in: Bash
parse the list of config files for all clients and get the ad net's placement ids
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find /mnt/nas1data/iJam/www/vortex3 -name "configuration_file.xml" | xargs grep 'trafficmp.*plid' | grep -v 'flag..0' | awk -F\= ' { print substr($3,49,5) } ' | sort 13426 13427 13428 13429 13431 13438 13439