Linux CLI - Searching and Finding
Which of the following is the correct syntax to recursively search for the string 'hello' in the directory /home/user?
grep -r 'hello' /home/user which is correct syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions