Linux CLI - Text Processing
Given a file
What is the output of
data.txt with these lines:apple banana applepie pineapple banana split
What is the output of
grep -E '^apple$|banana$' data.txt?