Linux CLI - Pipes and Redirection
What will be the content of
log.txt after running this command twice?echo "Line" | tee log.txt
log.txt after running this command twice?echo "Line" | tee log.txt
-a, tee overwrites the file each time.log.txt twice, leaving one line "Line".15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions