Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../.././../../server/etc/scripts/testphp
Real path: /www/server/etc/scripts/testphp
Zurück
#!/bin/sh for i in /www/data-stud do cd $i echo $i for file in `find . -name "*.php*" -exec /usr/local/bin/grep -l -e "PHP_AUTH_PW" {} \;` do echo $file /usr/local/bin/grep -e "SERVER" $i done done