Save the sorted unique colors to /home/user/unique_colors.txt while ALSO printing them.
`sort -u /home/user/data/colors.txt | tee /home/user/unique_colors.txt`. The file should contain blue, green, red, yellow.
Sign in to save your code and track progress across devices.