Venkata chalapathi naiduKnowledge Contributor
The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is
The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is
The tee command, used with a pipe, reads standard input, then writes the output of a program to standard output and simultaneously copies it into the specified file or files.