When called with -i
, tee
ignores the interrupt signal (SIGINT
), which is normally issued by your terminal when hitting Ctrl+C.
tee: What exactly does "--ignore-interrupts" option do?
When called with -i
, tee
ignores the interrupt signal (SIGINT
), which is normally issued by your terminal when hitting Ctrl+C.