Question - What do you know about tee command and its usage?
Answer -
‘tee’ command is basically used in connection with pipes and filters.
This command basically performs two tasks:
- Get data from standard input and send it to the standard output.
- Redirects a copy of the input data to the specified file.