Linux CLI - Pipes and Redirection
You want to count how many lines in
data.txt contain the word 'error' ignoring case, using stdin redirection. Which command achieves this?