I want to search for files containing DOS line endings with grep on Linux. Something like this:
grep -IUr --color \'\\
Using RipGrep:
rg -l \r
-l, --files-with-matches Only print the paths with at least one match.
https://github.com/BurntSushi/ripgrep