Question from the Bash - Fundamentals test

Display lines containing 'Error' in all .txt files

Medium

What does the following line do in a bash script?

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