tee reads from standard input and writes to both standard output and files.
Exampleecho "Hello World" | tee output.txt
echo "Hello World" | tee output.txt
DevOpsSchoolTypically replies within an hour