

InterviewSolution
Saved Bookmarks
1. |
The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is |
Answer» The tee command reads standard input, then writes its content to standard output and simultaneously copies it into the specified file(s) or variables. | |