pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
0 sec ago
TestStudent.java
Java | 5 sec ago
Untitled
6 sec ago
Untitled
8 sec ago
Untitled
12 sec ago
Diet Patch Today
42 sec ago
Untitled
14 sec ago
Untitled
19 sec ago
Layout Width
Share Pastebin
Brandon T
By: a guest | Jan 26th, 2010 | Syntax:
None
| Size: 0.17 KB | Hits: 74 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
This paste has a previous version,
view the difference
.
find . -exec grep -e "^<?php \/\/ \$Id:.*\$$" '{}' \;
find . -exec grep -lZ -e "^<?php \/\/ \$Id:.*\$$" '{}' \; -print0 | xargs -0 sed -i -e "s,^<?php \/\/ \$Id:.*\$$,<?php,g"
create new paste
|
create new version of this paste
RAW Paste Data
find . -exec grep -e "^<?php \/\/ \$Id:.*\$$" '{}' \; find . -exec grep -lZ -e "^<?php \/\/ \$Id:.*\$$" '{}' \; -print0 | xargs -0 sed -i -e "s,^<?php \/\/ \$Id:.*\$$,<?php,g"