Does it work properly with stdin and EOFs sent with ^D?
Yes.
I didn’t know this was an issue. :-) tail -f - hitting ctrl+d does not quit the program, but cat - does.
tail -f -
cat -
Does it work properly with stdin and EOFs sent with ^D?
Yes.
I didn’t know this was an issue. :-)
tail -f -hitting ctrl+d does not quit the program, butcat -does.