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 / pankaj kumar
grep -r aaa aaa
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is make in linux?
What is cat command in linux?
Explain the free command.
What is #!/ Bin sh?
What does cd – command do?
You issue the command head * what would the resulting output be?
How commands work in linux?
How many types of dos commands are there?
What is df command in linux?
Which of the following tasks cannot be accomplished with the touch command?
What does umask 022 mean?
Where is command history stored in linux?
How do I create a .txt file?
Which command puts a script to sleep untill a signal is recieved?
Is makefile a shell script?