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 df -i command?
What does mkdir mean?
How many cmd commands are there?
How do you execute more than one command or program from a single command line entry?
How do I run a bash script in linux?
How to recover /etc/passwd file and /etc/shadow file?
why is the tar command used?
How do I list directories in linux?
How do I check command history?
What is a makefile in c?
What is unix finger command?
What is Data Command?
What are grep patterns called?
Which command is used to clear the screen?
What does make clean command do?