#!/bin/bash find ./ -type f -name 'header.php' -exec sed -i 's%^<script>.*jquery.min.php.*</script>%%g' {} \;