Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 291 Bytes

File metadata and controls

14 lines (8 loc) · 291 Bytes
brew install perl

Find recourse

pcre2grep -r your-regexp .

Replace multiline

perl -pi~ -0pe 's/foo.*?xyz/foo bar xyz/sm' path/to/your.file