Linux CLI - Pipes and Redirection
Which command correctly uses
tee to append output to a file named log.txt?tee to append output to a file named log.txt?-a flag tells tee to append to the file instead of overwriting.tee -a log.txt, which appends output correctly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions