search_menu.sh 284 Bytes
#!/bin/bash
echo "Buscando referencias a MOROSIDAD en el directorio web..."
find /var/www/clients/client1/web12/web -type f -name "*.php" -print0 | xargs -0 grep -lHi 'morosidad'
find /var/www/clients/client1/web12/web -type f -name "*.php" -print0 | xargs -0 grep -lHi 'tributarios'
GitLab Appliance - Powered by TurnKey Linux