How do do multiple Unix Standard output redirections How do do multiple Unix Standard output redirections unix unix

How do do multiple Unix Standard output redirections


Look at the tee command

python abcd.py | tee abcd.log


try use tee command

 python abcd.py | tee abcd.log