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
Public Pastes
Acer Laptop LCD sc...
1 sec ago
Untitled
C++ | 9 sec ago
Untitled
16 sec ago
Untitled
17 sec ago
Untitled
17 sec ago
Untitled
22 sec ago
Untitled
22 sec ago
Untitled
27 sec ago
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
find . -exec grep -e "^<?php \/\/ \$Id:.*\$$" '{}' \;
find . -exec grep -l -e "^<?php \/\/ \$Id:.*\$$" '{}' \; -print0 | xargs -0 sed -i -e "s,^<?php \/\/ \$Id:.*\$$,<?php,g"
create a
new version
of this paste
RAW Paste Data
find . -exec grep -e "^<?php \/\/ \$Id:.*\$$" '{}' \; find . -exec grep -l -e "^<?php \/\/ \$Id:.*\$$" '{}' \; -print0 | xargs -0 sed -i -e "s,^<?php \/\/ \$Id:.*\$$,<?php,g"