PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free!
Click here to download the new Pastebin App for iOS
.
Public Pastes
Untitled
3 sec ago
Untitled
3 sec ago
Untitled
3 sec ago
Untitled
3 sec ago
SexForGrades 12 05...
3 sec ago
Untitled
7 sec ago
Untitled
14 sec ago
aw man
C++ | 15 sec ago
Brandon T
By: a guest on Jan 26th, 2010 | syntax:
None
| size: 0.16 KB | hits: 136 | expires: Never
download
|
raw
|
embed
|
report abuse
This paste has a previous version,
view the difference
.
Copied
find . -exec grep -e "^<?php \/\/ \$Id:.*\$$" '{}' \;
find . -exec grep -lZ -e "^<?php \/\/ \$Id:.*\$$" '{}' \; -print0 | xargs -0 sed -i -e "s,\$Id:.*\$$,\$Id\$,g"
create a
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,\$Id:.*\$$,\$Id\$,g"