Question from the Bash - Fundamentals test

Display lines containing 'Error' in all .txt files

Hard

What does the following line do in a bash script?

grep -e 'Error' *.txt
Author: titouan lecampStatus: PublishedQuestion passed 190 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!