Tuesday, August 2, 2022

How to use grep with any whitespace chars including newline?

$ grep -z "k\s\+bank"


https://stackoverflow.com/questions/38009374/grep-any-whitespace-character-including-newline-in-single-pattern


-