📚 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 faster; grep is more accurate
B
find works on directories; grep works only on regular files
C
find locates files by filesystem metadata (name, size, date); grep searches file contents for patterns
D
find is for text files; grep is for binary files
← Back to categories