Linux - Search control m character in files, Find ^M / ctrl+M character in a file

Search control m character in files

To find files which control M characters use the following method.
grep -R ^M *
How to type ^M ?
Type using ctrl+v+m or just "^" + m
Ctrl+v will get you the ^ character.

The topic on Linux - Search control m character in files is posted by - Jose

Hope you have enjoyed, Linux - Search control m character in filesThanks for your time

Tech Bluff