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 / vaithy
grep -r aaa -e aaa
where,
-r recursive (includes all files, Folders and subfolders)
-e pattern (to be searched)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which command is used to clear the screen?
What does c mean in linux?
what do know about commands?
What is difference between sh and bash?
How can you copy lines into the buffer in command mode?
What is du command in linux?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
Why is unix used?
What does umask 022 mean?
What are the examples of simple command?
What are grep commands?
Explain getopts command of linux?
Which command will show you free/used memory? Does free memory exist on linux?
What does bash stand for?
What is nbtstat command?