Linux CLI - Text Processing
Given a file
What is the output of
list.txt with contents:apple banana apple carrot banana banana
What is the output of
sort list.txt | uniq -c?