Unix systems make it easy to make output that you don’t want to see simply disappear. Toss output into the void. Send errors in one direction, useful output in another. Something of a bit bucket, ...
The script command not only makes a record of what commands you run but also allows you to save the output generated so that you can examine it later or easily turn your command sequences into scripts ...