Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
How can you search for a specific word in a file using grep?
grep -v "word" file.txt
grep -r "word" file.txt
grep -w "word" file.txt
grep -c "word" file.txt
grep -l "word" file.txt
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!