Which command reads from the standard input, writes the output to the standard output, and simultaneously saves a copy to a file?

Choose the correct answer

Explanation

The 'tee' command takes input from standard input and duplicates it to both standard output and a specified file. The 'tr' command translates or deletes characters, 'sort' arranges lines, and 'grep' searches for patterns.

Which command reads from the standard input, writes … — Basic of linux unix | PakQuizHub