Regular Expressions > Using grep > Flashcards
Check that pattern matches a whole word
grep -w “string”
What happens if there isn’t a match
no meesage displays, and we go back to the prompt
Check for a pattern regardless of case
grep -i “string”