Linux CLI - Text Processing
Given a file
What is the output of the command
data.txt with the following content:apple banana Apple BANANA apple pie banana split
What is the output of the command
grep -i 'apple' data.txt?