Guest

Brandon T

By: a guest on Jan 26th, 2010  |  syntax: None  |  size: 0.17 KB  |  hits: 93  |  expires: Never
download  |  raw  |  embed  |  report abuse
This paste has a previous version, view the difference. Copied
  1. find . -exec grep -e "^<?php \/\/ \$Id:.*\$$" '{}' \;
  2.  
  3. find . -exec grep -l -e "^<?php \/\/ \$Id:.*\$$" '{}' \; -print0 | xargs -0 sed -i -e "s,^<?php \/\/ \$Id:.*\$$,<?php,g"