Linux CLI - Pipes and Redirection
You want to run a script that outputs system info and save it to
sysinfo.log while still seeing it live on screen. You also want to keep adding to the log without erasing old data. Which command achieves this?