how to call recursive grep function?

Answers were Sorted based on User's Feedback



how to call recursive grep function?..

Answer / guest

grep -r "String"

Is This Answer Correct ?    26 Yes 3 No

how to call recursive grep function?..

Answer / rakesh chaurasia

M-x find-grep-dired will run find . -exec grep -s ARG {} \; -ls

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

What is the difference between cd and cd in linux?

0 Answers  


Explain grep command.

0 Answers  


What is the difference between diff and cmp command in unix?

0 Answers  


Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.

0 Answers  


What is the command can be run to remove all the rules in an iptable table?

0 Answers  


Which command is used to clear the screen?

0 Answers  


How do I run a script in linux?

0 Answers  


What is #!/ Bin sh?

0 Answers  


The ‘logout’ built in command is used to

0 Answers  


Why is it called bash?

0 Answers  


what is the command to view gateway?

5 Answers  


You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?

0 Answers  


Categories