if i have one folder say aaa and that folder having 100
files from that 50 files there aaa word is written how to
find in which aaa is writen and without opening that file
Answer Posted / brian
Find ./aaa -type f -exec grep -l aaa {} \;
This will list the paths and file names containing the text aaa in any file in the directory named aaa.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I check my cpu cores?
What is s in permission linux?
How do you clear the screen in linux?
What is sudo bash command?
What is bash linux?
Explain about lpr filename?
What is nslookup command?
How to hide the partition in grub booting?
What is du command in linux?
What are the examples of simple command?
How do I check if my cpu is overclocked?
Main configuration file and command used for NFS enabling exported directories and deamons?
What are the basic command in linux?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
What would be the result of the command paste -s dog cat?