Skip to content

Instantly share code, notes, and snippets.

@WPEtopher
Created April 9, 2013 15:55
Show Gist options
  • Save WPEtopher/5346895 to your computer and use it in GitHub Desktop.
Save WPEtopher/5346895 to your computer and use it in GitHub Desktop.
List Child Accounts & Their Locations
php /nas/wp/www/tools/wpe.php customer-record-get PARENTSITE 1 | grep account_name | cut -d ' ' -f 15 > ~/sites.txt && while read site; do php /nas/wp/www/tools/wpe.php option-get $site cluster && echo " $site"; done < ~/sites.txt && rm ~/sites.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment