mysql -Ns -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e “select name from domains d” > /tmp/domains
Lists all the domains hosted on a Linux Plesk node.
mysql -Ns -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e “select name from domains d” > /tmp/domains
Lists all the domains hosted on a Linux Plesk node.
This perl script came up in Google from: www.linux-advocacy.org/wp-content/
Not quite sure who the author of that code was/is.