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 does in makefile do?
What is the command can be run to remove all the rules in an iptable table?
How do I check cpu usage?
What is mkdir?
What is the best cpu stress test?
Who unix commands?
What is vnc?
What is FC command?
What command should you use to check your file system?
Why bash is used in linux?
Find command can search for files by
How do I find cpu in linux?
What are the mv command options?
Where can I find bash in linux?
How do I list all processes in linux?