Shell Scripting Question:
Download Questions PDF

How do you search for a string inside a directory?

Answer:

grep string *

Download Shell Scripting Interview Questions And Answers PDF

Previous QuestionNext Question
How do you search for a string inside a given file?How do you search for a string in a directory with the subdirectories recursed?