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
Icy Tank Dox
2 sec ago
Untitled
10 sec ago
Untitled
12 sec ago
Untitled
14 sec ago
Untitled
17 sec ago
Untitled
23 sec ago
Untitled
29 sec ago
Untitled
32 sec ago
Layout Width
Share Pastebin
Brandon T
By: a guest | Jan 26th, 2010 | Syntax:
None
| Size: 0.17 KB | Hits: 92 | 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 -l -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 -l -e "^<?php \/\/ \$Id:.*\$$" '{}' \; -print0 | xargs -0 sed -i -e "s,^<?php \/\/ \$Id:.*\$$,<?php,g"