I want to search a line of code, which i want to debug, in my current directory. I donot the name of the file which contains the string. I tried this
grep -F "<div id="serv">"
But it doesn't return any result and the cursor just keeps blinking in terminal. The directory has many files so maybe its taking a lot of time for it to execute. Please help.