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 / nixor
grep -rl aaa ./aaa/*
That would list the file name where the string aaa is
present. (-l switch)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the copy command in linux?
What is dos and its commands?
How do I clear bash history in linux?
How much ram do I have linux?
What are the ms dos commands?
How do I check storage on linux?
What does r mean linux?
What are bash scripts used for?
What is gnu in linux?
Explain any one service which are working on udp only?
What is phony in makefile?
Is python faster than bash?
Why bash is used in linux?
How do you kill a process in linux?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?