Why does "tail -f | tail" fail to produce any output?
Technical answer When running with a stream as input, tail keeps an n -line buffer that it fills as it reads the stream, but it cannot output those lines until it reaches the end of the stream, i.e. it