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 the command to see on which port which service is running?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
How do you execute more than one command or program from a single command line entry?
How do I set permission to run in linux?
What is gnu in linux?
How many interfaces(ethernet cards) are working using single command?
What is cmake in linux?
What does free command do in linux?
You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
What does && mean in bash?
How many linux commands are there?
Why is linux cpu usage so high?
How do I run multiple commands in linux?
Explain trap command; shift command, getopts command of linux?