how to call recursive grep function?
Answers were Sorted based on User's Feedback
Answer / rakesh chaurasia
M-x find-grep-dired will run find . -exec grep -s ARG {} \; -ls
Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between cd and cd in linux?
Explain grep command.
What is the difference between diff and cmp command in unix?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
What is the command can be run to remove all the rules in an iptable table?
Which command is used to clear the screen?
How do I run a script in linux?
What is #!/ Bin sh?
The ‘logout’ built in command is used to
Why is it called bash?
what is the command to view gateway?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?