What does the pipe operator do in sort addresses.txt | uniq -c?
sort addresses.txt | uniq -c
Permanently merges the two executables into one program
Connects sort's standard output to uniq's standard input
sort
uniq
Runs both commands independently with no data passing between them
Saves both commands' output into a file named uniq