Advertisement
Guest User

Untitled

a guest
Jun 24th, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. wcheng@pop-os:~/git/thomas-a-kempis_the-imitation-of-christ_william-benham$ se --version
  2. 2.1.0
  3. wcheng@pop-os:~/git/thomas-a-kempis_the-imitation-of-christ_william-benham$ git grep -c "every one"
  4. src/epub/text/chapter-2-3.xhtml:1
  5. src/epub/text/chapter-3-42.xhtml:1
  6. src/epub/text/chapter-3-58.xhtml:2
  7. src/epub/text/chapter-4-1.xhtml:1
  8. src/epub/text/chapter-4-9.xhtml:1
  9. wcheng@pop-os:~/git/thomas-a-kempis_the-imitation-of-christ_william-benham$ se interactive-replace '(?<![Ee]ach and )([Ee])very one(?!\s+of)' "\1veryone" src/epub/text/*
  10. wcheng@pop-os:~/git/thomas-a-kempis_the-imitation-of-christ_william-benham$ echo $?
  11. 0
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement