1. 3

    Does it work properly with stdin and EOFs sent with ^D?

    1. 6

      Yes.

      1. 1

        I didn’t know this was an issue. :-) tail -f - hitting ctrl+d does not quit the program, but cat - does.