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

How do I list all processes in linux?

0 Answers  


If the programmer wishes to execute an instruction at the specified time. Which command is used?

0 Answers  


I have a user name in /etc/vsftpd/user_list which is for blocking the ftp user. Now i blocked the user as well ,but without removing username in user_list i wanna access the users home directory and his own directory .How will you access the data ????

3 Answers   Span Systems,


what is the command to make a process to run in the background from foreground?

5 Answers   Patni,


What command is used to check the number of files, disk space, and each user’s defined quota?

0 Answers  






How do I find hostname in linux?

0 Answers  


What is the command to list ALL (hidden also) files of current directory & it’s subdirectories?

6 Answers  


What is clang llvm?

0 Answers  


How do I test my cpu speed?

0 Answers  


what is mean by system calls

4 Answers   Infotech,


What is grep command?

0 Answers  


What is the difference between find and locate command in linux?

0 Answers  


Categories