Bash Scripting - Text Processing in Scripts
Given a file
What is the output of
names.txt with contents:bob alice bob carol alice bob
What is the output of
sort names.txt | uniq?