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 / m.krishna kumar
#cd aaa
#cat <file name> | grep aaa
this is work only if you know the file name otherwise it is
not use . other way is if you must count the file then find
the file name of the 50 file then use the above command.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is in mkdir command?
Explain any one service which are working on udp only?
How often do you use grep command and how in Linux operating system?
What make install does?
What is filter command in unix?
What are vim commands?
What does cd – command do?
What is ulimit in linux?
How many commands are there in linux?
What does chmod do in linux?
Which is the required command for checking the file system?
What are system commands?
How do I check my system performance?
Explain about refer?
What is file and example?