Linux CLI - Pipes and Redirection
What will be the output on the screen and in the file
result.txt after running this command?echo "Test" | tee result.txt
result.txt after running this command?echo "Test" | tee result.txt
tee writes input to both screen (stdout) and file.result.txt.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions