Which command allows you to simultaneously save the output to a file and display it on the terminal?
Explanation
The 'tee' command is used to write the standard output to a file while also displaying it on the screen. Other commands like 'grep', 'cat', and 'more' serve different purposes such as searching, concatenating, or paginating text.