#!/bin/bash
for i in ls *php */*php; do sed -i "s/<? /<?php /" $i sed -i "s/<?$/<?php /" $i done
Log in to post a comment.