GNU/Linux Grep Searching for Double BackSlash
This Tip Show you How to Search with Grep for a Double BackSlash in GNU/Linux.
And to achieve this task you have to use the “-F” or “–fixed-strings” Flag.
Searching with Grep
Then to Search for the Pattern “/” in Linux
In Files Ricursively from a Base Path use:grep -rF "////"