Which command allows you to simultaneously save the output to a file and display it on the terminal?

Choose the correct answer

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.

Which command allows you to simultaneously save the … — Basic of linux unix | PakQuizHub