Guest User

Untitled

a guest
Jul 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. set aw
  2.  
  3. " There are two different approaches for finding the target files
  4. " execute "args" join(systemlist("ag -l pattern path/to/files"), " ")
  5. args `ag -l pattern path/to/files`
  6.  
  7. argdo %s/pattern/new/g | w
Add Comment
Please, Sign In to add comment