Bash Scripting - Text Processing in Scripts
Given a file
What is the output of
colors.txt with contents:red blue red green blue blue
What is the output of
sort colors.txt | uniq?