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 / vaithy
grep -r aaa -e aaa
where,
-r recursive (includes all files, Folders and subfolders)
-e pattern (to be searched)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which daemon is used for scheduling of the commands?
What is umask in linux?
What is clang tidy?
How do you create a file in linux?
What is parallel ssh?
Why makefile is used in linux?
What is ls command and what it does?
How can we increase disk read performance in single command in Linux operating system?
Find command can search for files by
When and how linux developed?
What is umask 000?
What is command grouping and how does it work?
The ‘logout’ built in command is used to
What does the command env do?
How do you check which file consuming more space in linux?