Im stuck on:
" It’s showing the line number of each match it found.
grep
can use regular expressions, too. Enter the previous command, but change the pattern tomeow[a-z]*
to see all words that start withmeow
."
Even when I try to type command from hint:
grep --color -n 'meow[a-z]*' kitty_ipsum_1.txt
it says “You should enter the suggested command”. I am not able to go further…
What should I do?