Linux CLI - Pipes and Redirection
You want to append output to
log.txt instead of overwriting it. Which command fixes the error in this script?ls -l | tee log.txt
