Return to Snippet

Revision: 16244
at July 29, 2009 16:44 by rowntreerob


Initial Code
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

Initial URL


Initial Description
parse the list of config files for all clients and get the ad net's placement ids

Initial Title
config file list TMP placement ids

Initial Tags


Initial Language
Bash