📚 dsaflash.cards
Problems
Log in
Sign up
Home
/
Linux
/
Essential Commands
Essential Commands
Question 1 of 6
What is the difference between `find` and `grep`?
A
find is for text files; grep is for binary files
B
find is faster; grep is more accurate
C
find works on directories; grep works only on regular files
D
find locates files by filesystem metadata (name, size, date); grep searches file contents for patterns
← Back to categories