Linux CLI - Text Processing
You run
grep -E '(foo|bar)+' file.txt but get an error: grep: invalid regular expression. What is the likely cause?