/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find /usr/local/www/vhosts -type f -name '*.php' -exec grep -Hanom 1 ^Zend {} \; | grep ":1:Zend" | sed -e 's|^/usr/local/www/vhosts/\([^/]*\)/.*|\1|' | uniq