Menu

#1 expand short <? to full <?php

open
nobody
None
5
2006-01-13
2006-01-13
Andrew Ziem
No

#!/bin/bash

for i in ls *php */*php; do
sed -i "s/<? /<?php /" $i
sed -i "s/<?$/<?php /" $i
done

Discussion


Log in to post a comment.

MongoDB Logo MongoDB