/ Published in: Bash
Expand |
Embed | Plain Text
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
You need to login to post a comment.
