clean() { [ -f "$1" ] && sed -i 's/SEARCH/REPLACE/g' "$1" } clean nodes.php clean wwwroot/nodes.php true