grep -rl "test\.com" . | xargs sed -i 's/test.com/example.com/g'
From test.com to example.com
This commit is contained in:
@@ -16,7 +16,7 @@ Psy Shell v0.8.8 (PHP 7.1.6 — cli) by Justin Hileman
|
||||
=> CachetHQ\Cachet\Models\User {#865
|
||||
id: 1,
|
||||
username: "test",
|
||||
email: "test@test.com",
|
||||
email: "test@example.com",
|
||||
api_key: "9yMHsdioQosnyVK4iCVR",
|
||||
active: 1,
|
||||
level: 1,
|
||||
|
||||
Reference in New Issue
Block a user