If we redirect stdout to a file, nothing appears on the screen, as we don't have an instant flush.
$ ./notifications [...] $ ./notifications > notifications.log $ ./notifications | tee notifications.log
If we redirect stdout to a file, nothing appears on the screen, as we don't have an instant flush.
$ ./notifications [...] $ ./notifications > notifications.log $ ./notifications | tee notifications.log