config file list TMP placement ids


/ Published in: Bash
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. 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
  2.  
  3. 13426
  4. 13427
  5. 13428
  6. 13429
  7. 13431
  8. 13438
  9. 13439

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.