Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. db.eagle.find({Collection:"Communications"}).forEach(function(e,i) {
  2. e.email=e.email.replace("//blue@domain.com","//pink@domain.com");
  3. db.eagle.save(e);
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement